perl-threads-shared - Perl extension for sharing data structures between threads
Website: | https://metacpan.org/release/threads-shared |
---|---|
License: | GPL+ or Artistic |
Vendor: | Virtuozzo |
- 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.61-460.vl9.1.1.src [115 KiB] |
Changelog
by Mohan Boddu (2021-08-09):
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags Related: rhbz#1991688 |