Package kawa.lang

Class Continuation

All Implemented Interfaces:
Named

public class Continuation extends MethodProc
A Continuation "represents an entire (default) future for the computation. This implemementation is based on Java exceptions, and is restricted to "upward" (?) continuation (i.e. catch/throw-type uses).