Perl extension for sharing data structures between threads
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.
| Release | Stable | Testing |
|---|---|---|
| Fedora Rawhide | 1.64-488.fc37 | - |
| Fedora 36 | 1.62-479.fc36 | - |
| Fedora 35 | 1.62-478.fc35 | - |
You can contact the maintainers of this package via email at
perl-threads-shared dash maintainers at fedoraproject dot org.