Deferred

Undocumented in source.
final
class Deferred : Promise!T(
T
) {}

Members

Functions

error
void error(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
resolve
void resolve(T value)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta