-
Notifications
You must be signed in to change notification settings - Fork 63
Closed
Description
Is there any interest in abstracting the event handling so that instead of a background thread the events could be monitored by the async runtime itself?
The background thread could still be the default and the event handler could probably be a static that holds a trait object. I experimented with something similar for rusb here.
Runtime specific event handlers could live in separate crates, so as not to bloat nusb.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels