
Thread::queue provides thread-safe fifo queues that can be accessed safely by any number of threads.
any data types supported by threads::shared can be passed via queues:
* ordinary scalars
* array refs
* hash refs
* scalar refs
* objects based on the above
if not already thread-shared, complex data types will be cloned (recursively, if needed, and including any blessings and read-only settings) into thread-shared structures before being placed onto a queue.
this package contains a newer version of the core perl module thread::queue. unless you need a higher version than the one present in perl, there is no need to install or depend on this package.