arrow-fx / arrow.fx.extensions / IOUnsafeRun / runNonBlocking
open suspend fun <A> unsafe.runNonBlocking(fa: () -> Kind<ForIO, A>, cb: (Either<Throwable, A>) -> Unit): Unit
open suspend fun <A> unsafe.runNonBlocking(fa: () -> Kind<
ForIO
, A>, cb: (Either<
Throwable
, A>) ->
Unit
):
Do you like Arrow?