Option Effect Scope
value class OptionEffectScope(cont: EffectScope<None>) : EffectScope<None>
Content copied to clipboard
Functions
Link copied to clipboard
Runs the EagerEffect to finish, returning B or shift in case of R, bridging eager computations into suspending.
open suspend fun <B> <ERROR CLASS><B>.bind(transform: (Throwable) -> None): B
Content copied to clipboard
Link copied to clipboard