Quiver Library
GitHub
jvm
Quiver Library
/
app.cash.quiver.continuations
/
outcome
outcome
object
outcome
(
source
)
Members
Functions
eager
Link copied to clipboard
inline
fun
<
E
,
A
>
eager
(
crossinline
f
:
suspend
OutcomeEagerEffectScope
<
E
>
.
(
)
->
A
)
:
Outcome
<
E
,
A
>
invoke
Link copied to clipboard
inline suspend operator
fun
<
E
,
A
>
invoke
(
crossinline
f
:
suspend
OutcomeEffectScope
<
E
>
.
(
)
->
A
)
:
Outcome
<
E
,
A
>