See: Description
| Interface | Description |
|---|---|
| Execution |
Interface defining an invocation execution.
|
| Runner |
The runner interface defines an object responsible for executing routine invocations inside
specifically managed threads.
|
| Class | Description |
|---|---|
| PriorityRunner |
Class providing ordering of executions based on priority.
Each class instance wraps a supporting runner and then provides different runner instances, each one enqueuing executions with a specific priority. |
| RunnerDecorator |
Implementation of a decorator of a runner object.
|
| Runners |
Utility class for creating and sharing runner instances.
|
| TemplateExecution |
Empty abstract implementation of an execution.
|