freebsd-ports/devel/p5-threads-shared/pkg-descr
Cheng-Lung Sung 83e659341f Add p5-threads-shared 1.08, perl extension for sharing data structures
between threads.

PR:		ports/110474
Submitted by:	Ruben van Staveren
2007-04-04 08:57:26 +00:00

7 lines
320 B
Text

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: http://search.cpan.org/dist/threads-shared/