blob: 4e6012c70e24a55fd18b010289d28f8e8518faba (
plain) (
blame)
1
2
3
4
5
6
7
|
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
pseudoforks on Win32). It is used together with the threads module.
WWW: https://metacpan.org/release/threads-shared
|