CoroutinesInternalError: Fatal exception in coroutines machinery for DispatchedContinuation
l
louiscad
05/04/2021, 1:06 PM
I use
suspendCancellableCoroutine
only to ensure cancellation is always supported. That said, currently on Kotlin/Native, all objects in memory are either shared, or mutable, but never both. That's probably what leads to the crash you're experiencing.