invoke

inline suspend operator fun <E, A> invoke(crossinline f: suspend OutcomeEffectScope<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)