Name : perl-threads-shared
| |
Version : 1.37
| Vendor : Fedora Project
|
Release : 205.fc16
| Date : 2013-01-11 14:16:50
|
Group : Development/Libraries
| Source RPM : perl-5.14.3-205.fc16.src.rpm
|
Size : 0.06 MB
| |
Packager : Fedora Project
| |
Summary : Perl extension for sharing data structures between threads
|
Description :
By default, variables are private to each thread, and each newly created thread gets a private copy of each existing variable. This module allows you to share variables across different threads (and pseudo-forks on Win32). It is used together with the threads module. This module supports the sharing of the following data types only: scalars and scalar refs, arrays and array refs, and hashes and hash refs.
|
RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/updates/16/i386 |