| Name: | rh-perl524-perl-threads-shared |
|---|---|
| Version: | 1.52 |
| Release: | 4.el6 |
| Architecture: | x86_64 |
| Group: | Development/Libraries |
| Size: | 72143 |
| License: | GPL+ or Artistic |
| RPM: | rh-perl524-perl-threads-shared-1.52-4.el6.x86_64.rpm |
| Source RPM: | rh-perl524-perl-threads-shared-1.52-4.el6.src.rpm |
| Build Date: | Thu Dec 22 2016 |
| Build Host: | x86-ol6-builder-05.us.oracle.com |
| Vendor: | Oracle America |
| URL: | http://search.cpan.org/dist/threads-shared/ |
| 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. |