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

Search results for "module:Thread::Queue"

Thread::Queue - Thread-safe queues River stage two • 18 direct dependents • 24 total dependents

This module provides thread-safe FIFO queues that can be accessed safely by any number of threads. Any data types supported by threads::shared can be passed via queues: Ordinary scalars Array refs Hash refs Scalar refs Objects based on the above Ordi...

JDHEDDEN/Thread-Queue-3.13 - 18 Jul 2018 02:32:40 UTC

Thread::Queue::Any - thread-safe queues for any data-structure River stage one • 3 direct dependents • 4 total dependents

*** A note of CAUTION *** This module only functions if threading has been enabled when building Perl, or if the "forks" module has been installed on an unthreaded Perl. ************************* A queue, as implemented by "Thread::Queue::Any" is a t...

LNATION/Thread-Queue-Any-1.16 - 05 May 2020 15:00:27 UTC

Thread::Queue::MaxSize - Thread-safe queues with an upper bound River stage zero No dependents

This is a subclass to Thread::Queue that will enforce an upper bound on the number of items in a queue. This can be used to prevent memory use from exploding on a queue that might never empty....

PLOCKABY/Thread-Queue-MaxSize-1.03 - 08 Dec 2014 01:59:10 UTC

Thread::Queue::Priority - Thread-safe queues with priorities River stage zero No dependents

This is a variation on Thread::Queue that will dequeue items based on their priority. This module is NOT a drop-in replacement for Thread::Queue as it does not implement all of its methods as they don't all make sense. However, for the methods implem...

PLOCKABY/Thread-Queue-Priority-1.03 - 08 Dec 2014 01:59:22 UTC

Thread::Queue::Monitored - monitor a queue for specific content River stage one • 1 direct dependent • 2 total dependents

*** A note of CAUTION *** This module only functions if threading has been enabled when building Perl, or if the "forks" module has been installed on an unthreaded Perl. ************************* A queue, as implemented by "Thread::Queue::Monitored" ...

LNATION/Thread-Queue-Monitored-1.05 - 09 Nov 2019 15:41:52 UTC

Thread::Queue::Multiplex River stage zero No dependents

A subclass of Thread::Queue::Duplex *aka* TQD which implements a "publish and subscribe" communications model for threads. Subscribers register with the queue, which registers either the provided subscriber ID, or, if no ID is provided, 1 plus the TI...

DARNOLD/Thread-Queue-Multiplex-0.92 - 31 Mar 2006 05:19:03 UTC

Thread::Queue::Any::Monitored - monitor a queue for any specific content River stage one • 1 direct dependent • 1 total dependent

*** A note of CAUTION *** This module only functions if threading has been enabled when building Perl, or if the "forks" module has been installed on an unthreaded Perl. ************************* A queue, as implemented by "Thread::Queue::Any::Monito...

LNATION/Thread-Queue-Any-Monitored-1.04 - 09 Nov 2019 15:41:41 UTC

lib/Thread/Queue/TQDContainer.pm River stage zero No dependents

DARNOLD/Thread-Queue-Duplex-0.92 - 31 Mar 2006 05:17:16 UTC

lib/Thread/Queue/Queueable.pm River stage zero No dependents

DARNOLD/Thread-Queue-Duplex-0.92 - 31 Mar 2006 05:17:16 UTC

lib/Thread/Queue/Duplex.pm River stage zero No dependents

DARNOLD/Thread-Queue-Duplex-0.92 - 31 Mar 2006 05:17:16 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::Stack - thread-safe stacks adapted from Thread::Queue River stage zero No dependents

A stack, as implemented by "Thread::Stack" is a thread-safe data structure much like a list. Any number of threads can safely add or remove elements to or from the beginning of the list. (Stacks don't permit adding or removing elements from the middl...

KYLESCH/Thread-Stack-1.00 - 09 May 2007 03:21:44 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

Pots::Thread - Perl ObjectThreads Thread Object River stage zero No dependents

"Pots::Thread" allows you to use Perl 5.8 ithreads in an object-oriented way. It is not very usefull on its own but rather as a base class. It has a built-in message queue implemented using a "Pots::MessageQueue" object. Using that queue, you can sen...

RCHIBOIS/Pots-0.01 - 26 Mar 2004 14:24:37 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::Channel - Fast thread queues River stage zero No dependents

Thread::Channel is an alternative to Thread::Queue. By using a smart serialization ladder, it can achieve high performance without compromizing on flexibility....

LEONT/Thread-Channel-0.003 - 06 Jan 2014 14:58:35 UTC

Thread::Cleanup - Hook thread destruction. River stage zero No dependents

This module allows you to hook thread destruction without fiddling with the internals of threads. It acts globally on all the threads that may spawn anywhere in your program, with the exception of the main thread. The hooks registered with this modul...

VPIT/Thread-Cleanup-0.07 - 01 Oct 2014 17:49:50 UTC

Thread::Pipeline - multithreaded pipeline manager River stage zero No dependents

LIOSHA/Thread-Pipeline-0.004 - 28 Dec 2012 09:36:09 UTC

Thread::Conveyor - transport of any data-structure between threads River stage one • 2 direct dependents • 3 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-Conveyor-0.20 - 09 Nov 2019 15:39:06 UTC
28 results (0.066 seconds)