arrow-fx-coroutines / arrow.fx.coroutines.stream / Pull / scope_

scope_

fun <O> scope_(s: Pull<O, Unit>, interruptible: Boolean): Pull<O, Unit>

Wraps supplied pull in new scope, that will be opened before this pull is evaluated and closed once this pull either finishes its evaluation or when it fails.

Do you like Arrow?

Arrow Org
<