hunt.util.TaskPool

Undocumented in source.

Members

Classes

AbstractTask
class AbstractTask
ParallelismThread
class ParallelismThread
Undocumented in source.
PoolStatus
class PoolStatus
Task
class Task(alias fun, Args...)
TaskPool
class TaskPool

Enums

PoolState
enum PoolState
ThreadState
enum ThreadState
Undocumented in source.

Functions

addressOf
T* addressOf(T val)
Undocumented in source. Be warned that the author may not have intended to support it.
makeTask
auto makeTask(Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
makeTask
auto makeTask(F delegateOrFp, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
run
ReturnType!F run(F fpOrDelegate, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta