Expand description
Interrupt: standardized representation and persistence of kernel interrupts.
This module defines the Interrupt struct and InterruptStore trait for persisting interrupts alongside execution checkpoints.
Structs§
- InMemory
Interrupt Store - In-memory interrupt store: one interrupt per id.
- Interrupt
- A kernel interrupt: represents a pause in execution waiting for external input.
Enums§
- Interrupt
Error - Errors for interrupt operations.
- Interrupt
Kind - Kind of interrupt.
Traits§
- Interrupt
Store - Store for persisting interrupts.
Type Aliases§
- Interrupt
Id - Unique identifier for an interrupt.