BRL.ThreadPool
Types
| Type | Description |
|---|---|
| TRunnable | An object that is intended to be executed by a thread pool. |
| TThreadPoolExecutor | An executor that executes each submitted task using one of possibly several pooled threads. |
| TScheduledThreadPoolExecutor | An executor that can be used to schedule commands to run after a given delay, or to execute commands periodically. |
