DeferredActionImpl.this

Constructor.

  1. this(CarryingFiber!T fiber, string context, string subcontext, string creator)
    class DeferredActionImpl(T)
    pure @safe nothrow @nogc
    this
    (,
    string context
    ,
    string subcontext
    ,
    const string creator
    )
  2. this(void delegate() dg, string context, string subcontext, string creator)

Parameters

fiber CarryingFiber!T

CarryingFiber to embed into the action.

context string

String context of the action.

creator string

Name of the function that created this action.