Function Future.wait

Wait for the future to be set

void wait (
  Timeout timeout = Timeout.infinite,
  string file = __FILE_FULL_PATH__,
  ulong line = __LINE__
) @nogc;