Uses of Class
orc.runtime.Continuation

Packages that use Continuation
orc.runtime Runtime for Orc interpreter. 
 

Uses of Continuation in orc.runtime
 

Methods in orc.runtime that return Continuation
static Continuation Continuation.suspend()
          Get a continuation which can be used by a site to return a value to the Orc engine.