OnDemandWorkerFunc.this

Construct a worker

  1. this(ParameterTypeTuple!F args, SpawnFiberDlg spawnFiberDlg)
    struct OnDemandWorkerFunc(alias F)
    static if(ParameterTypeTuple!F.length > 0)
    this
    (
    ParameterTypeTuple!F args
    ,)
  2. this(SpawnFiberDlg spawnFiberDlg)
  3. this(ParameterTypeTuple!F args, FiberGroup* group)

Meta