Future.get

Get the result stored in the future

If the future is not yet set, will wait for it to become ready.

struct Future(T)
@nogc ref
get

Meta