PolyCont

trait PolyCont[-Keyword, Domain, +Value]
class Object
trait Matchable
class Any
trait Dsl[Keyword, Domain, Value]
class ScalazTransformerDsl[F, G, A, B]
trait StackSafeShiftDsl[Domain, NewDomain, Value]

Value members

Abstract methods

def cpsApply(keyword: Keyword, handler: Value => Domain): Domain

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

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