Uses of Class
groovyx.gpars.actor.StaticDispatchActor

Packages that use StaticDispatchActor
groovyx.gpars.actor.impl This package holds classes some non-public aspects of actor implementation. 
groovyx.gpars.dataflow.operator This package holds classes representing operators and channels necessary for full dataflow concurrency. 
 

Uses of StaticDispatchActor in groovyx.gpars.actor.impl
 

Methods in groovyx.gpars.actor.impl with parameters of type StaticDispatchActor
static
<T> groovy.lang.Closure
SDAClosure.createSDAClosure(StaticDispatchActor<T> dda)
          Creates the closure for a given SDA
 

Uses of StaticDispatchActor in groovyx.gpars.dataflow.operator
 

Subclasses of StaticDispatchActor in groovyx.gpars.dataflow.operator
(package private)  class DataflowOperatorActor
          An operator's internal actor.
(package private)  class DataflowProcessorActor
          A base actor class for operators' and selectors' actors
(package private)  class DataflowSelectorActor
          An selector's internal actor.
(package private)  class ForkingDataflowOperatorActor
          An operator's internal actor.
(package private)  class ForkingDataflowSelectorActor
          An selector's internal actor.
 


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