| Name: | rh-perl530-perl-threads-shared |
|---|---|
| Version: | 1.60 |
| Release: | 452.el7 |
| Architecture: | aarch64 |
| Group: | Unspecified |
| Size: | 106757 |
| License: | GPL+ or Artistic |
| RPM: | rh-perl530-perl-threads-shared-1.60-452.el7.aarch64.rpm |
| Source RPM: | rh-perl530-perl-threads-shared-1.60-452.el7.src.rpm |
| Build Date: | Mon Jun 21 2021 |
| Build Host: | ca-buildarm04.us.oracle.com |
| Vendor: | Oracle America |
| URL: | https://metacpan.org/release/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. |