StackSafeShiftDsl

trait StackSafeShiftDsl[Domain, NewDomain, Value] extends Dsl[Shift[Domain, Value], NewDomain, Value]
trait Dsl[Shift[Domain, Value], NewDomain, Value]
trait PolyCont[Shift[Domain, Value], NewDomain, Value]
class Object
trait Matchable
class Any

Value members

Inherited methods

def cpsApply(keyword: Shift[Domain, Value], handler: Value => NewDomain): NewDomain

Registers an asynchronous callback handler on keyword, to handle the Value.

Registers an asynchronous callback handler on keyword, to handle the Value.

Inherited from
PolyCont