Expand description
Device event system for generic device communication.
This module provides a generic event system that allows devices to communicate with each other without tight coupling.
Structs§
- Device
Event Emitter - Generic device event emitter.
- Error
Event - Device error event.
- Input
Event - Input event for character devices.
- Output
Complete Event - Output complete event for character devices.
Traits§
- Device
Event - Generic device event trait.
- Device
Event Listener - Device event listener trait.
- Event
Capable Device - Event capable device trait.
- Interrupt
Capable Device - Interrupt capable device trait.