How to Install libpoe-component-pool-thread-perl in Ubuntu 18.04



Install libpoe-component-pool-thread-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libpoe-component-pool-thread-perl

Description:

POE Managed Boss/Worker thread pool

Thread pool expand-on-demand managed through a POE session in a manner that does not interfere with cooperative multitasking. A single pipe is created, each thread communicates its state to the main process through this pipe. No serialization occurs (these are threads, not child processes), so execution is very fast.

Homepage: http://search.cpan.org/dist/POE-Component-Pool-Thread/

Version: 0.015-1

Section: universe/perl