Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-threads | Distribution: OpenMandriva Lx |
Version: 2.36 | Vendor: OpenMandriva |
Release: 30 | Build date: Wed Oct 23 03:57:51 2024 |
Group: Unspecified | Build host: instance-20220713-1556-1.openmandriva.org |
Size: 101170 | Source RPM: perl-5.40.0-30.src.rpm |
Packager: bero <bero@lindev.ch> | |
Url: https://www.perl.org/ | |
Summary: Perl interpreter-based 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.) As just mentioned, all variables are, by default, thread local. To use shared variables, you need to also load threads::shared.
GPL+ or Artistic
/usr/lib64/perl5/auto/threads /usr/lib64/perl5/auto/threads/threads.so /usr/lib64/perl5/threads.pm /usr/share/man/man3/threads.3pm.zst
Generated by rpm2html 1.8.1
Fabrice Bellet, Fri Nov 8 23:29:50 2024