void await(awaitable@)
Yields the current execution until the given awaitable has finished.
awaitable@
void await(awaitable@[]@)
Yields the current execution until all the given awaitables have finished.
awaitable@[]@