Name : perl-threads-shared
| |
Version : 1.32
| Vendor : Fedora Project
|
Release : 166.fc15
| Date : 2012-05-14 14:52:46
|
Group : Development/Libraries
| Source RPM : perl-5.12.4-166.fc15.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/15/i386 |