| Class |
Description |
|
ASTUtils
|
Common functions for writing AST related code. |
|
AsyncFunASTTransformation
|
This transformation turns field initialExpressions into method calls to GParsPoolUtil.asyncFun. |
|
AsyncMessagingCore
|
@author Vaclav Pech
Date: Aug 23, 2010 |
|
DefaultMessageQueue
|
An implementation of the message queue for actor and agent messaging.
|
|
EnhancedRWLock
|
Extends ReentrantReadWriteLock with handy withReadLock(Closure) and withWriteLock(Closure) methods to safely lock
and unlock the lock for the passed-in closure.
|
|
EnhancedSemaphore
|
Extends Semaphore with a handy withSemaphore(Closure) method to safely acquire and release the Semaphore
for the passed-in closure.
|
|
FQMessageQueue
|
An implementation of the message queue for actor and agent messaging using functional queues.
|
|
FQMessageQueue.EmptyNode
|
|
|
FQMessageQueue.Node
|
|
|
PAGroovyUtils
|
@author Vaclav Pech
Date: 6th Sep 2010 |
|
PAUtils
|
Handy methods build PA from different types |
|
PoolUtils
|
Provides a couple of utility methods to pools and schedulers. |