pub fn process_in_queue( in_queue: &mut Queue, state: &mut WlState, ) -> Result<(), DescriptorsExhausted>
Handle incoming events and forward them to the VM over the input queue.