| Name: | perl-threads-shared | 
|---|---|
| Version: | 1.61 | 
| Release: | 457.module+el8.10.0+90354+a7e78d72 | 
| Architecture: | aarch64 | 
| Module: | perl:5.32:8100020240624030457:9fe1d287 | 
| Group: | Unspecified | 
| Size: | 106719 | 
| License: | GPL+ or Artistic | 
| RPM: | perl-threads-shared-1.61-457.module+el8.10.0+90354+a7e78d72.aarch64.rpm | 
| Source RPM: | perl-threads-shared-1.61-457.module+el8.10.0+90354+a7e78d72.src.rpm | 
| Build Date: | Mon Jun 24 2024 | 
| Build Host: | build-ol8-aarch64.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.  |