Function Future.get

Get the result stored in the future

auto ref auto get (
  Timeout timeout = Timeout.infinite
) @nogc;

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