Function OnDemandWorkerFunc.this

Construct a worker

this (
  ParameterTypeTuple!F args,
  SpawnFiberDlg spawnFiberDlg = null
);

this (
  ParameterTypeTuple!F args,
  FiberGroup* group
);