<@U0CG5M9T4> `launch` is indeed a pretty light-wei...
# coroutines
e
@rogeralsing
launch
is indeed a pretty light-weight wrapper on top of
startCoroutine
and it is written with performance in mind (it creates a single object that implements all the necessary interfaces)