|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlockingActor | |
|---|---|
| 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 | |
| Uses of BlockingActor in groovyx.gpars.actor |
|---|
| Methods in groovyx.gpars.actor that return BlockingActor | |
|---|---|
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. |
| Uses of BlockingActor in groovyx.gpars.actor.impl |
|---|
| Subclasses of BlockingActor in groovyx.gpars.actor.impl | |
|---|---|
class |
RunnableBackedBlockingActor
Utility class to implement a blocking actor backed by any Runnable (including Closure) |
| Uses of BlockingActor in groovyx.gpars.group |
|---|
| Methods in groovyx.gpars.group that return BlockingActor | |
|---|---|
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. |
|
Copyright © 2008–2013 Václav Pech. All Rights Reserved. | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||