Constructor.
Constructor.
String context of the action. May be anything; highly action-specific.
Name of the function that created this action.
CarryingFiber embedded into the action.
String secondary context of the action. May be anything; highly action-specific.
Dummy toString to stop std.conv.to from generating one.
Private context string.
Private creator string.
Private CarryingFiber.
Private secondary context string.
String context of the action.
String secondary context of the action.
Name of the function that created this action.
Fiber embedded into the action.
Dummy toString to stop std.conv.to from generating one.
Type to instantiate the CarryingFiber with.
Concrete implementation of a DeferredAction.
The template parameter T defines that kind of CarryingFiber is embedded into it.