arrow-fx-coroutines / arrow.fx.coroutines / Environment / unsafeRunSync
abstract fun <A> unsafeRunSync(fa: suspend () -> A): A
Execution strategy that will block the current thread that’s waiting for the program to yield a value.
Do you like Arrow?
✖