void await(Meta::PluginCoroutine@ routine)
Yields the current execution until the given coroutine has finished.
Meta::PluginCoroutine@
routine
void await(Meta::PluginCoroutine@[]@ routines)
Yields the current execution until all the given coroutines have finished.
Meta::PluginCoroutine@[]@
routines