steal

Function steal 

Source
pub(crate) fn steal<T>(src: &ConcurrentQueue<T>, dest: &ConcurrentQueue<T>)
Expand description

Steals some items from one queue into another.