perl-threads-shared

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.
Website: http://search.cpan.org/dist/threads-shared/
License: GPL+ or Artistic
Vendor: Baruwa Enterprise Edition https://packages.baruwa.com/
Group: unspecified

Packages

perl-threads-shared-1.58-3.el6_10.x86_64 [40 KiB] Changelog by Andrew Colin Kissa (2023-03-09):
- Build with Perl 5.24