Skip to main content

Module executor

Module executor 

Source

Structs§

BackgroundTasks
Handles to fire-and-forget background tasks spawned by the executor.
ErasedResultFields
Common fields extracted from a type-erased PluginResult.
Executor
5-phase plugin execution engine.
ExecutorConfig
Configuration for the executor.
PipelineResult
Aggregate result from a full hook invocation across all phases.

Functions§

erase_result
Convert a typed PluginResult<P> into ErasedResultFields.
extract_erased
Extract erased result fields from a type-erased handler result.