|
Evo C++ Library v0.5.1
|
#include <evo/event_thread.h>
Internal state used by EventThreadPool.
Public Attributes | |
| Condition | condmutex |
| Condition for multithreading. More... | |
| EventQueue | queue |
| EventQueue used by pool. More... | |
| AtomicInt | shutdown |
| Thread shutdown flag. More... | |
| ulong | waitms |
| Thread wait timeout in milliseconds. More... | |
| EventQueue queue |
EventQueue used by pool.
| ulong waitms |
Thread wait timeout in milliseconds.
1.8.13