Future.value

Undocumented in source.
class Future(T)
static if(!is(T == void))
T value;

Meta