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 |
Scheduler.WatchdogThread | |
Scheduler.WorkerThread | |
Timer | A shared timer to run timeouts for various GPars services |