perl-threads

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.)
Current version: 2.22

History

Effective Date Table ID Version Download URL Project URL Version URL
2020-12-22 10 2.22 project
2019-01-17 9 2.02 project
2017-07-13 8 2.02 project