rwlockify

Function rwlockify 

Source
pub fn rwlockify<T: Clone>(
    iter: impl Iterator<Item = T>,
) -> impl Iterator<Item = Rc<RwLock<T>>>