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
outcome(f)