If you want C#-style behavior (invoke moreStuff ri...
# coroutines
e
If you want C#-style behavior (invoke moreStuff right away), you can do
async(UI, CoroutineStart.UNDISPATCHED) { moreStuff() }
👍🏽 1