Package : perl-threads > RPM : perl-threads-2.160.0-4.mga7.src.rpm

Basic items

Name perl-threads
Version 2.160.0
Release 4.mga7
URL http://search.cpan.org/dist/threads
Group Development/Perl
Summary Perl interpreter-based threads
Size 118KB
Arch aarch64
License GPL+ or Artistic

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:

Media information

Distribution release Mageia 7
Media name core-release
Media arch i586

Advanced items

Source RPM NOT IN DATABASE ?!
Build time 2018-09-21 10:44:09
Changelog View in Sophie
Files View in Sophie
Dependencies View in Sophie