upromised ~master (2019-02-09T14:58:37Z)
Dub
Repo
Promise.Value
upromised
promise
Promise
Undocumented in source.
interface
Promise
(T_)
struct
Value {
this
(Exception e);
this
(Exception e, T value);
Exception
e
;
Types
value
;
}
Constructors
this
this
(Exception e)
Undocumented in source.
this
this
(Exception e, T value)
Undocumented in source.
Members
Variables
e
Exception
e
;
Undocumented in source.
value
Types
value
;
Undocumented in source.
Meta
Source
See Implementation
upromised
promise
Promise
aliases
T
Types
functions
except
failure
finall
nothrow_
then
then2
then_
static functions
rejected
resolved
resolved_
structs
Value
templates
Then