[][src]Function sesh::select_mut

pub fn select_mut<T, S>(
    rs: &mut Vec<Recv<T, S>>
) -> Result<(T, S), Box<dyn Error>> where
    T: Send,
    S: Session