Skip to main content

Module intercept

Module intercept 

Available on crate feature inspect only.
Expand description

Bounded, typed interception waits. Protocol adapters choose messages, decisions, admission costs, and timeout behavior. This module knows no traffic protocol.

Structs§

Interception
Share this handle with protocol services and any GUI, TUI, or API controller.
QueueFull
interception queue is full
QueueLimits
Admission costs are supplied by the adapter that owns the message representation.
Ticket
Owns a pending wait. Dropping it removes the message and releases admission.

Enums§

WaitError