The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:Threads::Semaphore"

threads - Perl interpreter-based threads River stage three • 48 direct dependents • 201 total dependents

Since Perl 5.8, thread programming has been available using a model called *interpreter threads* which provides a new Perl interpreter for each thread, and, by default, results in no data or state information being shared between threads. (Prior to P...

JDHEDDEN/threads-2.21 - 23 Jan 2018 01:14:04 UTC

threads::shared - Perl extension for sharing data structures between threads River stage three • 34 direct dependents • 115 total dependents

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 th...

JDHEDDEN/threads-shared-1.59 - 30 Nov 2018 02:44:44 UTC
2 results (0.032 seconds)