Name: | perl-threads-shared |
---|---|
Version: | 1.58 |
Release: | 3.module+el8.1.0+5399+8245a79b |
Architecture: | x86_64 |
Module: | perl:5.24:8010020190529084201:ee766497 |
Group: | Unspecified |
Size: | 78883 |
License: | GPL+ or Artistic |
RPM: | perl-threads-shared-1.58-3.module+el8.1.0+5399+8245a79b.x86_64.rpm |
Source RPM: | perl-threads-shared-1.58-3.module+el8.1.0+5399+8245a79b.src.rpm |
Build Date: | Sat Nov 09 2019 |
Build Host: | jenkins-10-147-72-125-11590f9b-7638-47cb-8088-559344c0d855.appad1iad.osdevelopmeniad.oraclevcn.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. |