![]() |
XTL
0.1
eXtended Template Library
|
Namespaces | |
xtd::concurrent | |
Concurrent algorithms library. | |
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::stack< _ValueT, _WaitPolicyT > |
A lock-free LIFO stack multiple threads can push and pop items concurrently. More... | |
class | xtd::concurrent::yield_wait_policy |
Wait policy that yields the current thread. More... | |