Expand description
Unified interrupt routing layer: single resolver for all external interrupt sources.
This module provides InterruptResolver trait and implementations for handling interrupts from various sources: UI, agents, policy engines, and APIs.
Structs§
- Unified
Interrupt Resolver - Unified interrupt resolver that routes to source-specific handlers.
Enums§
- Interrupt
Resolver Error - Errors for interrupt resolution.
- Interrupt
Source - Source of an interrupt request.
Traits§
- Interrupt
Resolver - Unified interrupt resolver: handles interrupts from all external sources.
Type Aliases§
- Interrupt
Handler Fn - Handler function type for resolving interrupts from a specific source.
- Resolve
Result - Result of resolving an interrupt.