<@U8X1UM66N> commented on <@U8X1UM66N>’s file <htt...
# coroutines
u
@Jonathan commented on @Jonathan’s file https://kotlinlang.slack.com/files/U8X1UM66N/F9N3LQYA1/suspend_handleaction__.kt: If it works with `Unconfined`it has to work by using always the same singleThreaded context. But using
Unconfined
may fail in the future if the code start to suspend. Could you share the code with the single thread context?