Base class for threads created with ThreadPoolExecutor. Some subclasses have methods that operate on these handles.
Declared in <folly/executors/ThreadPoolExecutor.h>
class ThreadHandle;
| Name | Description |
|---|---|
~ThreadHandle [destructor] [virtual] | Destroys the thread handle. |
| Name | Description |
|---|---|
Thread | Handle and bookkeeping for a single pool worker thread. |