DeferredActionImpl.this

Constructor.

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

Parameters

dg void delegate
()

Delegate to create a CarryingFiber from.

context string

String context of the action.

creator string

Name of the function that created this action.