Skip to main content

Module interrupt_resolver

Module interrupt_resolver 

Source
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§

UnifiedInterruptResolver
Unified interrupt resolver that routes to source-specific handlers.

Enums§

InterruptResolverError
Errors for interrupt resolution.
InterruptSource
Source of an interrupt request.

Traits§

InterruptResolver
Unified interrupt resolver: handles interrupts from all external sources.

Type Aliases§

InterruptHandlerFn
Handler function type for resolving interrupts from a specific source.
ResolveResult
Result of resolving an interrupt.