outcome

object outcome(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

Functions

Link copied to clipboard
inline fun <E, A> eager(crossinline f: suspend OutcomeEagerEffectScope<E>.() -> A): Outcome<E, A>
Link copied to clipboard
inline suspend operator fun <E, A> invoke(crossinline f: suspend OutcomeEffectScope<E>.() -> A): Outcome<E, A>