<@U0CG5M9T4> You should look at `startCoroutine`. ...
# coroutines
e
@rogeralsing You should look at
startCoroutine
. That is right low-level primitive for your needs. All you need is to provide a completion continuation for it and you can even use a shared object for maximal object-allocation savings: https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.coroutines.experimental/start-coroutine.html