proxygen
|
#include <ThreadPoolExecutor.h>
Public Member Functions | |
virtual void | threadStarted (ThreadHandle *)=0 |
virtual void | threadStopped (ThreadHandle *)=0 |
virtual void | threadPreviouslyStarted (ThreadHandle *h) |
virtual void | threadNotYetStopped (ThreadHandle *h) |
virtual | ~Observer ()=default |
Observer interface for thread start/stop. Provides hooks so actions can be taken when threads are created
Definition at line 141 of file ThreadPoolExecutor.h.
|
virtualdefault |
|
inlinevirtual |
Reimplemented in TestObserver, and wangle::ServerWorkerPool.
Definition at line 148 of file ThreadPoolExecutor.h.
References folly::ThreadPoolExecutor::addObserver(), and folly::ThreadPoolExecutor::removeObserver().
|
inlinevirtual |
Reimplemented in TestObserver, and wangle::ServerWorkerPool.
Definition at line 145 of file ThreadPoolExecutor.h.
|
pure virtual |
Implemented in TestObserver, and wangle::ServerWorkerPool.
|
pure virtual |
Implemented in TestObserver, and wangle::ServerWorkerPool.