Manager

Undocumented in source.

Members

Functions

boxIsEmpty
bool boxIsEmpty(Tid t)
Undocumented in source. Be warned that the author may not have intended to support it.
findWorker
auto findWorker(Route route)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_box
Job[Tid] _box;
Undocumented in source.
_busy
Route[Tid] _busy;
Undocumented in source.
_exhausted
bool _exhausted;
Undocumented in source.
_idle
Route[Tid] _idle;
Undocumented in source.
_range
R _range;
Undocumented in source.
_rc
uint _rc;
Undocumented in source.
_received
size_t _received;
Undocumented in source.
_result
Nullable!Result _result;
Undocumented in source.
_sent
size_t _sent;
Undocumented in source.
_workers
uint _workers;
Undocumented in source.

Meta