Uses of Interface
groovyx.gpars.dataflow.operator.ControlMessage

Packages that use ControlMessage
groovyx.gpars.dataflow.operator This package holds classes representing operators and channels necessary for full dataflow concurrency. 
 

Uses of ControlMessage in groovyx.gpars.dataflow.operator
 

Classes in groovyx.gpars.dataflow.operator that implement ControlMessage
 class CountingPoisonPill
          Represents a non-immediate PoisonPill that counts stopped operators and can be used to wait for all the operators to terminate.
 class ImmediateCountingPoisonPill
          Represents an immediate PoisonPill that counts stopped operators and can be used to wait for all the operators to terminate.
 class PoisonPill
          Represents the poison for dataflow operators.
 


Copyright © 2008–2012 Václav Pech. All Rights Reserved.