Package orc.runtime

Runtime for Orc interpreter.

See:
          Description

Interface Summary
Args.NumericBinaryOperator<T> A binary operator on numbers
Args.NumericUnaryOperator<T> A unary operator on numbers
 

Class Summary
Args Container for arguments to a site.
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.
 

Package orc.runtime Description

Runtime for Orc interpreter. This includes the runtime DAG, value representations, engine (the actual interpreter), and fundamental sites.