perl-threads-shared - Perl extension for sharing data structures between threads
Website: | https://metacpan.org/release/threads-shared |
---|---|
License: | GPL-1.0 OR Artistic |
Vendor: | Alcance Libre, Inc. |
- 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.
Packages
perl-threads-shared-1.59-2.aldos.x86_64 [39 KiB] |
Changelog
by Joel Barrios (2025-08-18):
- Trim spec file. |