Uses of Interface
orc.runtime.values.Future

Packages that use Future
orc.runtime.values Representations for Orc types which don't have direct analogues in the host language (Java). 
 

Uses of Future in orc.runtime.values
 

Classes in orc.runtime.values that implement Future
 class GroupCell
          A value container that is also a group.
 class PartialValue
          A Value which depends on some set of potentially unbound variables, which therefore cannot be used in argument position until those variables become bound (because it might leak them).