| Name: | perl-threads-shared |
|---|---|
| Version: | 1.58 |
| Release: | 2.module+el8+5173+5d54a0c1 |
| Architecture: | aarch64 |
| Module: | perl:5.24:20190513090648:ee766497 |
| Group: | Unspecified |
| Size: | 107291 |
| License: | GPL+ or Artistic |
| RPM: | perl-threads-shared-1.58-2.module+el8+5173+5d54a0c1.aarch64.rpm |
| Source RPM: | perl-threads-shared-1.58-2.module+el8+5173+5d54a0c1.src.rpm |
| Build Date: | Wed May 15 2019 |
| Build Host: | ca-arm-rh8-builder-03.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. |