restricted
inline fun <Eff : Effect<*>, F, A> restricted(crossinline eff: (DelimitedScope<F>) -> Eff, crossinline just: (A) -> F, crossinline f: suspend Eff.() -> A): F
Deprecated
arrow.continuation is being discontinued and will be removed in the next version in favor of the Effect/ EagerEffect Runtime. If you depend on low-level APIs as in arrow.continuation, feel free to write us in the Kotlin Slack channel for guidance. Here one can use eagerEffect { } directly