Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-threads | Distribution: Mageia |
Version: 2.160.0 | Vendor: Mageia.Org |
Release: 7.mga8 | Build date: Wed Jun 17 21:05:39 2020 |
Group: Development/Perl | Build host: localhost |
Size: 109054 | Source RPM: perl-threads-2.160.0-7.mga8.src.rpm |
Packager: umeabot <umeabot> | |
Url: https://metacpan.org/release/threads | |
Summary: Perl interpreter-based threads |
Perl 5.6 introduced something called interpreter threads. Interpreter threads are different from _5005threads_ (the thread model of Perl 5.005) by creating a new Perl interpreter per thread, and not sharing any data or state between threads by default. Prior to Perl 5.8, this has only been available to people embedding Perl, and for emulating fork() on Windows. The _threads_ API is loosely based on the old Thread.pm API. It is very important to note that variables are not shared between threads, all variables are by default thread local. To use shared variables one must also use the threads::shared manpage:
GPL+ or Artistic
* Wed Jun 17 2020 umeabot <umeabot> 2.160.0-7.mga8 + Revision: 1594776 - Rebuild for perl 5.32 * Sun Feb 16 2020 umeabot <umeabot> 2.160.0-6.mga8 + Revision: 1530130 - Mageia 8 Mass Rebuild + wally <wally> - replace deprecated %makeinstall_std * Tue Aug 27 2019 tmb <tmb> 2.160.0-5.mga8 + Revision: 1433923 - rebuild for perl 5.30 * Fri Sep 21 2018 umeabot <umeabot> 2.160.0-4.mga7 + Revision: 1294088 - Mageia 7 Mass Rebuild * Wed Aug 08 2018 pterjan <pterjan> 2.160.0-3.mga7 + Revision: 1249959 - Rebuild for perl 5.28
/usr/lib/.build-id /usr/lib/.build-id/6f /usr/lib/.build-id/6f/3f5005d5c5302427e1b29f4ad103f73ef68c72 /usr/lib64/perl5/vendor_perl/auto /usr/lib64/perl5/vendor_perl/auto/threads /usr/lib64/perl5/vendor_perl/auto/threads/threads.so /usr/lib64/perl5/vendor_perl/threads.pm /usr/share/doc/perl-threads /usr/share/doc/perl-threads/Changes /usr/share/doc/perl-threads/META.json /usr/share/doc/perl-threads/META.yml /usr/share/doc/perl-threads/MYMETA.yml /usr/share/doc/perl-threads/README /usr/share/doc/perl-threads/examples /usr/share/doc/perl-threads/examples/pool.pl /usr/share/doc/perl-threads/examples/pool_reuse.pl /usr/share/man/man3/threads.3pm.xz
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Mar 9 11:24:54 2025