| WorkExecutor | code | html | |
| WorkExecutorPool | Defines the operations that a pool in charge of the execution of Work instances must expose. | code | html |
| NullWorkExecutorPool | code | html | |
| ScheduleWorkExecutor | code | html | |
| StartWorkExecutor | code | html | |
| SyncWorkExecutor | code | html | |
| TimedOutPooledExecutor | PooledExecutor enforcing a timed out "blocked execution policy". | code | html |
| TimedOutPooledExecutor.TimedOutSpinHandler | This class implements a time out policy when a work is blocked: it offers the task to the pool until the work has timed out. | code | html |
| WorkExecutorPoolImpl | Based class for WorkExecutorPool. | code | html |