Documentation

await

Function

void await(awaitable@)

Yields the current execution until the given awaitable has finished.

void await(awaitable@[]@)

Yields the current execution until all the given awaitables have finished.