pub fn process_in_queue(
    in_queue: &mut Queue,
    state: &mut WlState
) -> Result<(), DescriptorsExhausted>
Expand description

Handle incoming events and forward them to the VM over the input queue.