pub trait InterfaceCPU: Send + Sync { // Required methods fn ack(&self) -> Option<IrqId>; fn eoi(&self, irq: IrqId); }
在中断中调用,不会被打断,视为Sync
Sync