Name: | perl-threads-shared |
---|---|
Version: | 1.61 |
Release: | 457.module+el8.6.0+20545+312b6629 |
Architecture: | x86_64 |
Module: | perl:5.32:8060020211122091432:e82d91b1 perl:5.32:8080020230118125925:af169298 |
Group: | Unspecified |
Size: | 78191 |
License: | GPL+ or Artistic |
RPM: | perl-threads-shared-1.61-457.module+el8.6.0+20545+312b6629.x86_64.rpm |
Source RPM: | perl-threads-shared-1.61-457.module+el8.6.0+20545+312b6629.src.rpm |
Build Date: | Wed Apr 06 2022 |
Build Host: | build-ol8-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. |