QueueState

Undocumented in source.

Members

Static functions

opCall
QueueState opCall()

Returns an initialized instance.

Variables

activeConns
size_t activeConns;

The number of active connections (from the time they are accept()ed until they are closed when the worked task finishes).

connClosed
Condition connClosed;

Signals that the number of active connections has been decreased, i.e. that a connection has been closed.

mutex
Mutex mutex;

Protects the queue state.

Meta