Module devices::virtio::async_utils

source ·
Expand description

Virtio device async helper functions.

Functions

  • Async task that waits for a signal from event. Once this event is readable, exit. Exiting this future will cause the main loop to break and the worker thread to exit.
  • Async task that resamples the status of the interrupt when the guest sends a request by signalling the resample event associated with the interrupt.