|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Agent | |
---|---|
groovyx.gpars.agent | |
groovyx.gpars.group |
Uses of Agent in groovyx.gpars.agent |
---|
Methods in groovyx.gpars.agent that return Agent | ||
---|---|---|
static
|
Agent.agent(T state)
Creates an agent instance initialized with the given state. |
|
static
|
Agent.agent(T state,
groovy.lang.Closure copy)
Creates an agent instance initialized with the given state. |
|
static
|
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
|
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. |
Uses of Agent in groovyx.gpars.group |
---|
Methods in groovyx.gpars.group that return Agent | ||
---|---|---|
|
PGroup.agent(T state)
Creates an agent instance initialized with the given state |
|
|
PGroup.agent(T state,
groovy.lang.Closure copy)
Creates an agent instance initialized with the given state |
|
|
PGroup.fairAgent(T state)
Creates an agent instance initialized with the given state, which will cooperate in thread sharing with other agents and actors in a fair manner. |
|
|
PGroup.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–2012 Václav Pech. All Rights Reserved. | |||||||||
PREV NEXT | FRAMES NO FRAMES |