arrow-fx-coroutines / arrow.fx.coroutines.stream / Pull / effect
fun <R> effect(effect: suspend () -> R): Pull<Nothing, R>
fun <R> effect(effect: suspend () -> R):
Pull
<
Nothing
, R>
Do you like Arrow?