perl-threads

Perl interpreter-based threads

Description

Since Perl 5.8, thread programming has been available using a model called
interpreter threads which provides a new Perl interpreter for each thread,
and, by default, results in no data or state information being shared
between threads.

(Prior to Perl 5.8, 5005threads was available through the "Thread.pm" API.
This threading model has been deprecated, and was removed as of Perl 5.10.0.)
Website: http://search.cpan.org/dist/threads/
License: GPL+ or Artistic
Vendor: Baruwa Enterprise Edition https://packages.baruwa.com/
Group: unspecified

Packages

perl-threads-2.21-3.el6_10.x86_64 [53 KiB] Changelog by Andrew Colin Kissa (2023-03-09):
- Build with Perl 5.24