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.400.0 | Vendor: Mageia.Org |
Release: 1.mga10 | Build date: Fri Aug 23 03:01:36 2024 |
Group: Development/Perl | Build host: localhost |
Size: 114276 | Source RPM: perl-threads-2.400.0-1.mga10.src.rpm |
Packager: tv <tv> | |
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
* Fri Aug 23 2024 tv <tv> 2.400.0-1.mga10 + Revision: 2088892 - Upgrade to 2.40 as provided in perl-5.40.0-RC1 + neoclust <neoclust> - Rebuild against new perl * Fri Dec 01 2023 tv <tv> 2.160.0-13.mga10 + Revision: 2012464 - Really rebuild for perl-5.38 * Tue Nov 28 2023 tv <tv> 2.160.0-12.mga10 + Revision: 2010912 - Rebuild for perl-5.38 - Rebuild for perl-5.38
/usr/lib/.build-id /usr/lib/.build-id/04 /usr/lib/.build-id/04/354b93fb231da8a8cb0405aaaaa2b00837c544 /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, Fri Nov 22 06:23:59 2024