Name : perl-threads
| |
Version : 2.20.0
| Vendor : (none)
|
Release : 5pclos2017
| Date : 2017-07-11 19:54:51
|
Group : Development/Perl
| Source RPM : perl-threads-2.20.0-5pclos2017.src.rpm
|
Size : 0.22 MB
| |
Packager : bb2 < bb2>
| |
Summary : Perl interpreter-based threads
|
Description :
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:
|
RPM found in directory: /vol/rzm3/linux-pclinuxos/pclinuxos/apt/pclinuxos/64bit/RPMS.x86_64 |