![]() |
XTL
0.1
eXtended Template Library
|
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. | |
concurrently push and pop items in a FILO stack
Definition in file stack.hpp.