Trait implementation lrs::sync::Queue::Send

Objects whose ownership can be moved from one thread to another.

Syntax

impl<T, H> Send for Queue<T, H>
    where H: Allocator + Send,
          T: Send,