in reply to Is a called package in thread storage?
By default, variables are private to each thread, and each newly cre- ated 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.
|
|---|