restricted Cont
fun <R, A> restrictedCont(f: suspend RestrictedContEffect<R>.() -> A): RestrictedCont<R, A>
Content copied to clipboard
RestrictsSuspension version of Cont<R, A>. This version runs eagerly, can can be used in non-suspending code.
Sources
common source
Link copied to clipboard