pub(crate) fn steal<T>(src: &ConcurrentQueue<T>, dest: &ConcurrentQueue<T>)Expand description
Steals some items from one queue into another.
pub(crate) fn steal<T>(src: &ConcurrentQueue<T>, dest: &ConcurrentQueue<T>)Steals some items from one queue into another.