Search results for "module:Thread::Queue"
Thread::Queue - Thread-safe queues
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
*** 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
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
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
*** 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
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
*** 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
Thread - Manipulate threads in Perl (for old code only)
The "Thread" module provides multithreading support for Perl....
RJBS/perl-5.38.0 - 02 Jul 2023 23:00:28 UTC
Thread - Manipulate threads in Perl (for old code only)
The "Thread" module provides multithreading support for Perl....
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
Thread::Stack - thread-safe stacks adapted from Thread::Queue
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.
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
"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
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
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.
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
LIOSHA/Thread-Pipeline-0.004
-
28 Dec 2012 09:36:09 UTC
Thread::Conveyor - transport of any data-structure between threads
*** 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