#include <ThreadSafeQueue.h>
|
| void | push (T item) |
| |
| bool | pop (T &item, std::chrono::milliseconds timeout=std::chrono::milliseconds(100)) |
| |
| void | stop () |
| |
| size_t | size () const |
| |
template<typename T>
class ThreadSafeQueue< T >
Definition at line 9 of file ThreadSafeQueue.h.
◆ pop()
template<typename T >
| bool ThreadSafeQueue< T >::pop |
( |
T & |
item, |
|
|
std::chrono::milliseconds |
timeout = std::chrono::milliseconds(100) |
|
) |
| |
|
inline |
◆ push()
◆ size()
◆ stop()
The documentation for this class was generated from the following file: