I see a lot of the following repeated in the stack...
# arrow
b
I see a lot of the following repeated in the stack trace:
Copy code
at kotlin.coroutines.ContinuationKt.startCoroutine(Continuation.kt:114)
	at arrow.effects.typeclasses.suspended.FxSyntax$effect$1.invoke(FxSyntax.kt:41)
	at arrow.effects.typeclasses.suspended.FxSyntax$effect$1.invoke(FxSyntax.kt:19)
	at arrow.effects.extensions.IOConcurrent$async$1.invoke(io.kt:135)
	at arrow.effects.extensions.IOConcurrent$async$1.invoke(io.kt:120)
	at <http://arrow.effects.IO|arrow.effects.IO>$Companion$async$1.invoke(IO.kt:40)
	at <http://arrow.effects.IO|arrow.effects.IO>$Companion$async$1.invoke(IO.kt:26)
	at arrow.effects.IORunLoop.loop(IORunLoop.kt:220)
	at arrow.effects.IORunLoop.access$loop(IORunLoop.kt:18)
	at arrow.effects.IORunLoop$RestartCallback.invoke(IORunLoop.kt:378)
	at arrow.effects.IORunLoop$RestartCallback.invoke(IORunLoop.kt:356)
	at arrow.effects.internal.Platform$onceOnly$1.invoke(Utils.kt:43)
	at arrow.effects.internal.Platform$onceOnly$1.invoke(Utils.kt:18)
	at arrow.effects.internal.UtilsKt$asyncContinuation$1.resume(Utils.kt:132)
	at arrow.core.Continuation$DefaultImpls.resumeWith(Continuation.kt:12)
	at arrow.effects.internal.UtilsKt$asyncContinuation$1.resumeWith(Utils.kt:128)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:45)