Function devices::virtio::snd::common_backend::async_funcs::handle_ctrl_tube
source · pub async fn handle_ctrl_tube(
streams: &Rc<RwLock<Vec<RwLock<StreamInfo>>>>,
control_tube: &AsyncTube,
reset_signal: Option<&(RwLock<bool>, Condvar)>,
) -> Result<(), Error>
Expand description
Handle messages from the control tube. This one is not related to virtio spec.