| Name: | perl-threads-shared |
|---|---|
| Version: | 1.61 |
| Release: | 460.el9 |
| Architecture: | x86_64 |
| Group: | Unspecified |
| Size: | 82277 |
| License: | GPL+ or Artistic |
| RPM: | perl-threads-shared-1.61-460.el9.x86_64.rpm |
| Source RPM: | perl-threads-shared-1.61-460.el9.src.rpm |
| Build Date: | Sun Jan 09 2022 |
| Build Host: | build-ol9-x86_64.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. |