Invokes a function for each registered task observer.
Declared in <folly/executors/ThreadPoolExecutor.h>
template<class F>
void
forEachTaskObserver(F&& f) const;
| Name | Description |
|---|---|
| F | The callable type invoked with each observer. |
| Name | Description |
|---|---|
| f | The function invoked with each task observer. |