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