Expand description
Runtime hints passed from the executor to codecs and filters.
An ExecutionContext carries advisory information — today only a
thread budget — that codecs can use to tune their internal
parallelism. Codecs that don’t care can ignore it; the default trait
method on Decoder /
Encoder is a no-op.
Structs§
- Execution
Context - Advisory runtime information handed to a codec after construction.