Skip to content

Interest in async runtime integrations? #133

@bobozaur

Description

@bobozaur

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions