How to Install libthread-queue-any-perl in Ubuntu 18.04



Install libthread-queue-any-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libthread-queue-any-perl

Description:

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.

Homepage: https://metacpan.org/release/Thread-Queue-Any

Version: 1.14-1

Section: universe/perl