hunt.concurrency.TaskPool

Undocumented in source.

Members

Classes

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

Enums

PoolState
enum PoolState

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