dpromise ~master (2021-10-16T22:13:41.1161589)
Dub
Repo
Awaiter
dpromise
promise
Undocumented in source.
abstract
class
Awaiter {
bool
isPending
[@property getter];
bool
isFulfilled
[@property getter];
bool
isRejected
[@property getter];
Awaiter
then
(void delegate() onFulfillment, void delegate(Exception) onRejection);
}
Members
Functions
then
Awaiter
then
(void delegate() onFulfillment, void delegate(Exception) onRejection)
Undocumented in source.
Properties
isFulfilled
bool
isFulfilled
[@property getter]
Undocumented in source.
isPending
bool
isPending
[@property getter]
Undocumented in source.
isRejected
bool
isRejected
[@property getter]
Undocumented in source.
Meta
Source
See Implementation
dpromise
promise
aliases
Either
classes
Awaiter
Promise
functions
promise