DeferStreamOp.DeferStreamOp

Undocumented in source.

Constructors

this
this(typeof(this) rhs)
Undocumented in source.
this
this(Fun fun, DG dg, Receiver receiver)
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Aliases

Op
alias Op = OpType!(Sender, DeferReceiver!(Sender.Value, Receiver))
Undocumented in source.

Functions

start
void start()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

dg
DG dg;
Undocumented in source.
fun
Fun fun;
Undocumented in source.
op
Op op;
Undocumented in source.
receiver
Receiver receiver;
Undocumented in source.

Meta