Evo C++ Library v0.5.1
Public Attributes | List of all members
EventThreadState Struct Reference

#include <evo/event_thread.h>

Detailed Description

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...
 

Member Data Documentation

◆ condmutex

Condition condmutex

Condition for multithreading.

◆ queue

EventQueue queue

EventQueue used by pool.

◆ shutdown

AtomicInt shutdown

Thread shutdown flag.

◆ waitms

ulong waitms

Thread wait timeout in milliseconds.


The documentation for this struct was generated from the following file: