RestrictedContEffect

interface RestrictedContEffect<R>

Functions

bind
Link copied to clipboard
open suspend fun <A> RestrictedCont<R, A>.bind(): A
shift
Link copied to clipboard
abstract suspend fun <B> shift(r: R): B

Short-circuit the Cont computation with value R.

Sources

common source
Link copied to clipboard