I'm stopping the coroutine like this: ``` suspend ...
# coroutines
r
I'm stopping the coroutine like this:
Copy code
suspend fun test(): Unit = suspendCoroutine {
    println("Serialising")
    testSerialise(it, Unit)
}