Uses of Package
orc.runtime

Packages that use orc.runtime
orc Top-level package for all Orc code. 
orc.lib.bool   
orc.lib.comp   
orc.lib.math   
orc.lib.net Sites for internet communication. 
orc.lib.orchard   
orc.lib.state   
orc.lib.str   
orc.lib.time   
orc.lib.util   
orc.runtime Runtime for Orc interpreter. 
orc.runtime.nodes Runtime execution DAG. 
orc.runtime.nodes.result These nodes make up the leaves of the DAG. 
orc.runtime.regions Regions are used to track when some (sub-)computation terminates. 
orc.runtime.sites Abstract base classes for Orc sites plus fundamental sites. 
orc.runtime.sites.core Fundamental sites. 
orc.runtime.sites.java Wrappers which enable using Java objects and classes as Orc sites. 
orc.runtime.values   
 

Classes in orc.runtime used by orc
OrcEngine
          The Orc Engine provides the main loop for executing active tokens.
 

Classes in orc.runtime used by orc.lib.bool
Args
          Container for arguments to a site.
 

Classes in orc.runtime used by orc.lib.comp
Args
          Container for arguments to a site.
 

Classes in orc.runtime used by orc.lib.math
Args
          Container for arguments to a site.
 

Classes in orc.runtime used by orc.lib.net
Args
          Container for arguments to a site.
 

Classes in orc.runtime used by orc.lib.orchard
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.lib.state
Args
          Container for arguments to a site.
 

Classes in orc.runtime used by orc.lib.str
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.lib.time
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.lib.util
Args
          Container for arguments to a site.
 

Classes in orc.runtime used by orc.runtime
Args.NumericBinaryOperator
          A binary operator on numbers
Args.NumericUnaryOperator
          A unary operator on numbers
Continuation
          A one-shot continuation which a site can use to resume a computation with a suspended value.
LogicalClock
          An event queue for site calls to a logical timer (created by MakeTimer).
OrcEngine
          The Orc Engine provides the main loop for executing active tokens.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime.nodes
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime.nodes.result
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime.regions
OrcEngine
          The Orc Engine provides the main loop for executing active tokens.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime.sites
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime.sites.core
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.
 

Classes in orc.runtime used by orc.runtime.sites.java
Args
          Container for arguments to a site.
 

Classes in orc.runtime used by orc.runtime.values
Args
          Container for arguments to a site.
Token
          Representation of an active thread of execution.