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

concurrently push and pop items in a FILO stack More...

+ Include dependency graph for stack.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::stack< _ValueT, _WaitPolicyT >
 A lock-free LIFO stack multiple threads can push and pop items concurrently. More...
 

Namespaces

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

Detailed Description

concurrently push and pop items in a FILO stack

Definition in file stack.hpp.