Name: | perl-threads-shared |
---|---|
Version: | 1.60 |
Release: | 440.module+el8.3.0+7729+86a74f64 |
Architecture: | x86_64 |
Module: | perl:5.30:8030020200609055348:8af31532 perl:5.30:8040020200923213406:466ea64f |
Group: | Unspecified |
Size: | 78118 |
License: | GPL+ or Artistic |
RPM: | perl-threads-shared-1.60-440.module+el8.3.0+7729+86a74f64.x86_64.rpm |
Source RPM: | perl-threads-shared-1.60-440.module+el8.3.0+7729+86a74f64.src.rpm |
Build Date: | Tue Aug 11 2020 |
Build Host: | jenkins-10-147-72-125-df74590a-7496-4915-9dd0-d2fcdb1902bc.appad2iad.osdevelopmeniad.oraclevcn.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. |