The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:Thread::RWLock"

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::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
2 results (0.029 seconds)