upromised.promise

Undocumented in source.

Members

Classes

DelegatePromise
class DelegatePromise(T)
Undocumented in source.
DelegatePromiseIterator
class DelegatePromiseIterator(T)
Undocumented in source.

Functions

do_while
Promise!void do_while(U delegate() cb)
Undocumented in source. Be warned that the author may not have intended to support it.
fatal
void fatal(Exception e, string file, ulong line)
Undocumented in source. Be warned that the author may not have intended to support it.
promisify
auto promisify(T a)
Undocumented in source. Be warned that the author may not have intended to support it.
promisifyCall
auto promisifyCall(T a, U b)
Undocumented in source. Be warned that the author may not have intended to support it.
race
Promise!U race(Promise!U[] ps)
Undocumented in source. Be warned that the author may not have intended to support it.

Interfaces

Promise
interface Promise(T_)
Undocumented in source.
PromiseIterator
interface PromiseIterator(T)
Undocumented in source.
Promise_
interface Promise_
Undocumented in source.

Static variables

break_
Promise!bool break_;
Undocumented in source.
continue_
Promise!bool continue_;
Undocumented in source.

Templates

Promisify
template Promisify(T)
Undocumented in source.

Meta