StackSafeShiftDsl

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

Value members

Inherited methods

def cpsApply(keyword: Keyword, handler: Value => Domain): Domain
Implicitly added by stackSafeShiftDsl

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
def cpsApply(keyword: 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