Notifies a list of execution observers around a scoped task execution.
Declared in <folly/executors/ExecutionObserver.h>
class ExecutionObserverScopeGuard;
| Name | Description |
|---|---|
ExecutionObserverScopeGuard [constructor] | Notifies the observers that the task is starting to execute. |
~ExecutionObserverScopeGuard [destructor] | Notifies the observers that the task stopped executing. |