- getPending
Tuple!(DelegatePromise!ItValue, Promise!bool) getPending()
Undocumented in source. Be warned that the author may not have intended to support it.
- next
Promise!ItValue next(Promise!bool done)
Undocumented in source. Be warned that the author may not have intended to support it.
- reject
Promise!bool reject(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
- resolve
Promise!bool resolve(T a)
Undocumented in source. Be warned that the author may not have intended to support it.
- resolve
Promise!bool resolve()
Undocumented in source. Be warned that the author may not have intended to support it.
- resolve
Promise!bool resolve(Value a)
Undocumented in source. Be warned that the author may not have intended to support it.