Uses of Class
groovyx.gpars.agent.Agent

Packages that use Agent
groovyx.gpars.agent   
 

Uses of Agent in groovyx.gpars.agent
 

Methods in groovyx.gpars.agent that return Agent
static
<T> Agent<T>
Agent.agent(T state)
          Creates an agent instance initialized with the given state.
static
<T> Agent<T>
Agent.agent(T state, groovy.lang.Closure copy)
          Creates an agent instance initialized with the given state.
static
<T> Agent<T>
Agent.fairAgent(T state)
          Creates an agent instance initialized with the given state, which will cooperate in thread sharing with other Agent instances in a fair manner.
static
<T> Agent<T>
Agent.fairAgent(T state, groovy.lang.Closure copy)
          Creates an agent instance initialized with the given state, which will cooperate in thread sharing with other agents and actors in a fair manner.
 


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