Skip to main content

Module hook

Module hook 

Source
Expand description

Task lifecycle hooks.

Structs§

LoggingTaskHook
Task hook that writes lifecycle events through the log facade.
NoopTaskHook
Task hook that ignores all events.
TaskId
Unique identifier assigned to an accepted task.

Traits§

TaskHook
Observes task lifecycle events emitted by executors and executor services.