OnDemandWorkerDelegate

Same as OnDemandWorkerFunc, except with a delegate.

Constructors

this
this(void delegate() dg, SpawnFiberDlg spawnFiberDlg)

Construct a worker

this
this(void delegate() dg, FiberGroup* group)
Undocumented in source.

Alias This

onDemandWorkerFunc

Members

Properties

isSet
bool isSet [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

onDemandWorkerFunc
OnDemandWorkerFunc!wrapper onDemandWorkerFunc;
Undocumented in source.

Meta