modernui ~master (2018-05-26T05:41:16Z)
Dub
Repo
Deferred
modernui
rx
Undocumented in source.
final
class
Deferred : Promise!T(
T
) {
void
resolve
(T value);
void
error
(Exception e);
}
Members
Functions
error
void
error
(Exception e)
Undocumented in source. Be warned that the author may not have intended to support it.
resolve
void
resolve
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
modernui
rx
aliases
Action
Delegate
Func
classes
Deferred
Observable
Observer
Promise
Subject
Subscription
functions
merge
then
structs
None