summaryrefslogtreecommitdiff
path: root/devel/p5-threads-shared/pkg-descr
blob: e3f02724854294c9483da746c11a4af971642d74 (plain) (blame)
1
2
3
4
5
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.