Observer that attaches a deadlock detector to each event base of an IO thread pool.
Synopsis
Declared in <folly/executors/IOThreadPoolDeadlockDetectorObserver.h>
class IOThreadPoolDeadlockDetectorObserver
: public folly::IOThreadPoolExecutorBase::IOObserver
Base Classes
Name |
Description |
Observer that is notified when EventBases are registered. |
Member Functions
Name |
Description |
|
Constructs the observer. |
|
|
|
Called for a thread that has not yet stopped when this observer is removed. |
|
Called for a thread that started before this observer was added. |
|
Called when a thread has started. |
|
Called when a thread has stopped. |
|