Expand description
Context Module
There are two context object defined in this module:
- Contextis an input context which is propagated through the processing pipeline, up to the point where the input is pass to an- crate::engine::AsyncEnginefor processing.
- StreamContextis the input context transformed into to a type erased context that maintains the inputs registry and visitors.- StreamAdaptorswill amend themselves to the- StreamContextto allow for the
Structs§
- Context
- Controller
- A context implementation with cancellation propagation.
- StreamContext