Promise.value

Undocumented in source. Be warned that the author may not have intended to support it.
class Promise(T)
@property @trusted inout
static if(!is(T == void))
inout(Unqual!T)
value
()
if (
!is(Unqual!T : Exception) &&
!is(Unqual!T : Promise!K,
K
)
)

Meta