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

Search results for "module:Thread::Semaphore"

Thread::Semaphore - Thread-safe semaphores River stage two • 11 direct dependents • 32 total dependents

Semaphores provide a mechanism to regulate access to resources. Unlike locks, semaphores aren't tied to particular scalars, and so may be used to control access to anything you care to use them for. Semaphores don't limit their values to zero and one...

JDHEDDEN/Thread-Semaphore-2.13 - 27 Aug 2016 21:40:49 UTC

Thread - Manipulate threads in Perl (for old code only) River stage five • 11292 direct dependents • 32664 total dependents

The "Thread" module provides multithreading support for Perl....

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Thread - Manipulate threads in Perl (for old code only) River stage five • 11292 direct dependents • 32664 total dependents

The "Thread" module provides multithreading support for Perl....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC

Thread::Tie - tie variables into a thread of their own River stage one • 2 direct dependents • 5 total dependents

*** A note of CAUTION *** This module only functions on Perl versions 5.8.0 and later. And then only when threads are enabled with -Dusethreads. It is of no use with any version of Perl before 5.8.0 or without threads enabled. ***********************...

LNATION/Thread-Tie-0.15 - 14 Nov 2019 13:37:28 UTC

Bundle::Thread - A bundle of modules for supporting threads in Perl River stage zero No dependents

This bundle includes modules used to test and support threads in Perl....

JDHEDDEN/Bundle-Thread-1.23 - 26 Feb 2017 21:27:44 UTC

Thread::RWLock - rwlock implementation for perl threads River stage zero No dependents

RWLocks provide a mechanism to regulate access to resources. Multiple concurrent reader may hold the rwlock at the same time, while a writer holds the lock exclusively. New reader threads are blocked if any writer are currently waiting to obtain the ...

AFERBER/Thread-RWLock-1.02 - 29 Jun 2001 02:16:29 UTC

Thread::Workers - Creates a boss which feeds a queue consumed by workers. River stage zero No dependents

Thread::Workers utilizes threads, Thread::Sempahore, and Thread::Queue to create a pool of workers which are serviced with work by a boss thread. The boss thread could be fed data from a socket listening on the master thread, or could have a routine ...

PANIKAL/Thread-Workers-0.06 - 06 Sep 2012 03:42:08 UTC

Thread::Resource::RWLock - read/write lock base class for Perl ithreads River stage zero No dependents

Thread::Resource::RWLock provides both an inheritable abstract class, as well as a concrete object implementation, to regulate concurrent access to resources. Multiple concurrent reader threads may hold a Thread::Resource::RWLock readlock at the same...

DARNOLD/Thread-Resource-RWLock-2.01 - 28 Oct 2005 17:31:36 UTC
8 results (0.028 seconds)