SpecialRequestImpl.this

Constructor.

  1. this(string context, CarryingFiber!T fiber)
  2. this(string context, void delegate() dg)
    class SpecialRequestImpl(T)
    this
    (
    string context
    ,
    void delegate
    ()
    dg
    )

Parameters

context string

String context of the request.

dg void delegate
()

Delegate to create a CarryingFiber from.

Meta