Name : perl-threads-shared
| |
Version : 1.37
| Vendor : Fedora Project
|
Release : 188.fc16
| Date : 2011-10-05 17:49:13
|
Group : Development/Libraries
| Source RPM : perl-5.14.1-188.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/releases/16/Everything/x86_64/os/Packages |