has anyone else had success using resuming `suspen...
# multiplatform
w
has anyone else had success using resuming
suspendCoroutine
from another thread with
1.3.9-native-mt-2
? for a simplified example:
Copy code
suspendCoroutine<Frame> { cont ->
    runBlocking(Dispatchers.Default) {
        cont.resume(Frame.Text("hello"))
    }
}
This crashes on
const.resume
with
Copy code
Uncaught Kotlin exception: kotlinx.coroutines.CoroutinesInternalError: Fatal exception in coroutines machinery for DispatchedContinuation[WorkerCoroutineDispatcherImpl@1ef81e8, Continuation