- this
this(void delegate(void delegate()) f)
Undocumented in source.
- this
this(void delegate(void delegate(T)) f)
Undocumented in source.
- this
this(T delegate(Args) f, Args args)
Undocumented in source.
- this
this(T delegate(Args) f, Promise!Args parent)
Undocumented in source.
- this
this(Promise!T delegate(Args) f, Promise!Args parent)
Undocumented in source.