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

Name

Description

~ThreadHandle [destructor] [virtual]

Destroys the thread handle.

Derived Classes

Name

Description

Thread

Handle and bookkeeping for a single pool worker thread.

Created with MrDocs