Future.wait

Wait for the future to be set

struct Future(T)
@nogc
void
wait
(,
string file = __FILE_FULL_PATH__
,
ulong line = __LINE__
)

Meta