Binary package “libthread-queue-any-perl” in ubuntu xenial

module implementing thread-safe queues for any data-structure

 A queue, as implemented by Thread::Queue::Any is a thread-safe data structure
 that inherits from Thread::Queue. But unlike the standard Thread::Queue, you
 can pass (a reference to) any data structure to the queue.