- except
Promise!void except(U delegate(E e) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
- failure
Promise!T failure(U delegate(Exception) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
- finall
auto finall(U2 delegate() cb)
Undocumented in source. Be warned that the author may not have intended to support it.
- nothrow_
Promise!void nothrow_()
Undocumented in source. Be warned that the author may not have intended to support it.
- then
Promisify!U then(U delegate() cb)
Undocumented in source. Be warned that the author may not have intended to support it.
- then
Promisify!U then(U delegate(T) cb)
Undocumented in source. Be warned that the author may not have intended to support it.
- then
Promisify!U then(U delegate() cb)
Undocumented in source. Be warned that the author may not have intended to support it.
- then2
Promisify!U then2(Then!U cb)
Undocumented in source. Be warned that the author may not have intended to support it.
- then_
void then_(void delegate(Value) nothrow cb)
Undocumented in source.