eager
inline fun <E, A> eager(crossinline f: suspend OutcomeEagerEffectScope<E>.() -> A): Outcome<E, A>(source)
Deprecated
The outcome DSL has been moved to app.cash.quiver.raise.outcome. Replace import app.cash.quiver.continuations.outcome with app.cash.quiver.raise.outcome
Replace with
import app.cash.quiver.raise.outcome
Content copied to clipboard
outcome(f)
Content copied to clipboard