See: Description
Interface | Description |
---|---|
Pool |
Represents an actor's thread pool
|
Class | Description |
---|---|
DefaultPool |
Represents the actors' thread pool, which performs tasks on behalf of the actors.
|
FJPool |
Represents the actors' thread pool, which performs tasks on behalf of the actors.
|
ResizeablePool |
Represents the actors' thread pool, which performs tasks on behalf of the actors.
|
Scheduler |
Prototype of self-regulated thread pooled scheduler
|
Timer |
A shared timer to run timeouts for various GPars services
|
This package holds thread pools / schedulers used by actors and dataflow concurrency.