Documentation

await

Function

void await(Meta::PluginCoroutine@ routine)

Yields the current execution until the given coroutine has finished.

void await(Meta::PluginCoroutine@[]@ routines)

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