XTL  0.1
eXtended Template Library
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
concurrent.hpp File Reference

shared declarations for the concurrent namespace More...

+ Include dependency graph for concurrent.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  xtd::concurrent::null_wait_policy
 Wait policy that does nothing. This is the default behavior. More...
 
class  xtd::concurrent::scope_locker< _Ty >
 RAII pattern to automatically acquire and release the spin lock. More...
 
class  xtd::concurrent::yield_wait_policy
 Wait policy that yields the current thread. More...
 

Namespaces

 xtd
 The main namespace of the XTL library.
 
 xtd::concurrent
 Concurrent algorithms library.
 

Detailed Description

shared declarations for the concurrent namespace

Definition in file concurrent.hpp.