upromised ~master (2019-02-09T14:58:37Z)
Dub
Repo
PromiseIterator
upromised
promise
Undocumented in source.
interface
PromiseIterator (
T
) {
struct
ItValue
;
Promise
!
ItValue
next
(Promise!bool done);
Promise
!
bool
each
(U delegate(T) cb);
}
Members
Functions
each
Promise
!
bool
each
(U delegate(T) cb)
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.
Structs
ItValue
struct
ItValue
Undocumented in source.
Meta
Source
See Implementation
upromised
promise
classes
DelegatePromise
DelegatePromiseIterator
functions
do_while
fatal
promisify
promisifyCall
race
interfaces
Promise
PromiseIterator
Promise_
static variables
break_
continue_
templates
Promisify