A thread-safe queue using tbb::concurrent_queue.
More...
Public Member Functions | |
| queue & | operator= (queue &&q) |
| bool | empty (void) const noexcept |
| size_type | size (void) const noexcept |
| void | push (value_type const &x) |
| void | push (value_type &&x) |
| bool | try_pop (value_type &x) |
| void | clear (void) |
Public Types | |
| typedef queue_type::value_type | value_type |
| typedef queue_type::reference | reference |
| typedef queue_type::const_reference | const_reference |
| typedef queue_type::size_type | size_type |
A thread-safe queue using tbb::concurrent_queue.
1.8.13