A basic thread-safe queue, used for queuing sockets to be returned by Accept().
More...
#include <net.h>
A basic thread-safe queue, used for queuing sockets to be returned by Accept().
Definition at line 302 of file net.h.
◆ Empty()
| bool DynSock::Queue::Empty |
( |
| ) |
const |
|
inline |
◆ GUARDED_BY()
| std::queue< S > m_queue DynSock::Queue::GUARDED_BY |
( |
m_mutex |
| ) |
|
|
private |
◆ Pop()
| std::optional< S > DynSock::Queue::Pop |
( |
| ) |
|
|
inline |
◆ Push()
| void DynSock::Queue::Push |
( |
S |
s | ) |
|
|
inline |
◆ m_mutex
| Mutex DynSock::Queue::m_mutex |
|
mutableprivate |
The documentation for this class was generated from the following file: