Module events

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

DeviceEventEmitter
Generic device event emitter.
ErrorEvent
Device error event.
InputEvent
Input event for character devices.
OutputCompleteEvent
Output complete event for character devices.

Traits§

DeviceEvent
Generic device event trait.
DeviceEventListener
Device event listener trait.
EventCapableDevice
Event capable device trait.
InterruptCapableDevice
Interrupt capable device trait.