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.
|
Modifier and Type | Class and Description |
---|---|
class |
BlockingActor |
Modifier and Type | Class and Description |
---|---|
class |
RunnableBackedBlockingActor
Utility class to implement a blocking actor backed by any Runnable (including Closure)
|
class |
SequentialProcessingActor |