libthread-queue-any-perl

Module implementing thread-safe queues for any data-structure
  https://metacpan.org/release/Thread-Queue-Any
  0
  no reviews



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.