Groovy Documentation

gpars.dataflow
Class SingleRunActor

java.lang.Object
  groovyx.gpars.actor.AbstractPooledActor
      gpars.dataflow.DataFlowActor
          gpars.dataflow.SingleRunActor

class SingleRunActor
extends DataFlowActor

An actor representing a dataflow thread. Runs the supplied block of code inside the act() actor method once.

author:
Vaclav Pech, Dierk Koenig Date: Jun 5, 2009


Property Summary
groovy.lang.Closure body

 
Constructor Summary
SingleRunActor()

 
Method Summary
void act()

 

Property Detail

body

groovy.lang.Closure body


 
Constructor Detail

SingleRunActor

SingleRunActor()


 
Method Detail

act

void act()


 

Groovy Documentation