Future

Undocumented in source.

Constructors

this
this(Req in_)
Undocumented in source.

Members

Functions

ExtraData
Res ExtraData()
Undocumented in source. Be warned that the author may not have intended to support it.
data
Req data()
Undocumented in source. Be warned that the author may not have intended to support it.
done
void done(Res out_)
Undocumented in source. Be warned that the author may not have intended to support it.
get
Res get()
Undocumented in source. Be warned that the author may not have intended to support it.
setExtraData
void setExtraData(Res res)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_condition
Condition _condition;
Undocumented in source.
_in
Req _in;
Undocumented in source.
_out
Res _out;
Undocumented in source.

Meta