Description
Concurrent Perl programs can reuse a small pool of worker threads instead of creating a new thread for every task. This module provides a simple thread-pool implementation for background jobs inside applications. It is a library for developers managing parallel work and shared resources.