| Package | Description |
|---|---|
| groovyx.gpars.actor |
This package holds classes forming the public actor API.
|
| groovyx.gpars.actor.impl |
This package holds classes some non-public aspects of actor implementation.
|
| groovyx.gpars.group |
| Modifier and Type | Method and Description |
|---|---|
static BlockingActor |
Actors.blockingActor(java.lang.Runnable handler)
Creates a new instance of BlockingActor, using the passed-in closure as the body of the actor's act() method.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RunnableBackedBlockingActor
Utility class to implement a blocking actor backed by any Runnable (including Closure)
|
| Modifier and Type | Method and Description |
|---|---|
BlockingActor |
PGroup.blockingActor(java.lang.Runnable handler)
Creates a new instance of BlockingActor, using the passed-in closure as the body of the actor's act() method.
|