folly::ThreadPoolExecutor::ThreadHandle

Base class for threads created with ThreadPoolExecutor. Some subclasses have methods that operate on these handles.

Synopsis

Declared in <folly/executors/ThreadPoolExecutor.h>

class ThreadHandle;

Member Functions

NameDescription
~ThreadHandle [destructor] [virtual]Destroys the thread handle.

Derived Classes

NameDescription
Thread Handle and bookkeeping for a single pool worker thread.