DelegatePromiseIterator

Undocumented in source.

Members

Aliases

Value
alias Value = Promise!ItValue.Value
Undocumented in source.

Functions

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.

Variables

buffer
Tuple!(Promise!ItValue, DelegatePromise!bool)[] buffer;
Undocumented in source.
pending
Tuple!(DelegatePromise!ItValue, Promise!bool) pending;
Undocumented in source.

Meta