Function devices::virtio::vhost::user::device::wl::run_in_queue

source ·
async fn run_in_queue(
    queue: Rc<RefCell<Queue>>,
    kick_evt: EventAsync,
    wlstate: Rc<RefCell<WlState>>,
    wlstate_ctx: IoSource<AsyncWrapper<SafeDescriptor>>,
)