rcore-os / virtio-drivers

VirtIO guest drivers in Rust.
MIT License
209 stars 63 forks source link

Async support? #123

Closed Dr-TSNG closed 5 months ago

Dr-TSNG commented 8 months ago

Would it be possible to implement an async version of the driver?

qwandor commented 8 months ago

I don't see why not, but it might be difficult to avoid depending on a particular async executor, which is a rather application-specific choice.