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

Search results for "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 - Search in distribution

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 - Search in distribution

Thread::Queue::Duplex - thread-safe request/response queue with identifiable elements River stage zero No dependents

A mapped queue, similar to Thread::Queue, except that as elements are queued, they are assigned unique identifiers, which are used to identify responses returned from the dequeueing thread. This class provides a simple RPC-like mechanism between mult...

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

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

Tibco::Rv::Dispatcher - Tibco Queue dispatching thread River stage zero No dependents

A "Tibco::Rv::Dispatcher" object is an independent thread that repeatedly dispatches events waiting on the specified dispatchable. A dispatchable is either a Tibco::Rv::Queue or a Tibco::Rv::QueueGroup....

STURM/Tibco-Rv-1.15 - 17 Jul 2005 21:27:00 UTC - Search in distribution

Pots::MessageQueue - Perl ObjectThreads thread safe message queue River stage zero No dependents

"Pots::MessageQueue" objects allows threads to communicate using messages. It is built upon a standard "Thread::Queue" object, and uses "Storable" to serialize and deserialize messages between threads....

RCHIBOIS/Pots-0.01 - 26 Mar 2004 14:24:37 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

Redis::Queue - Simple work queue using Redis River stage zero No dependents

POPIEL/Redis-Queue-0.01 - 02 Mar 2011 07:41:58 UTC - Search in distribution

MCE::Shared::Queue - Hybrid-queue helper class River stage one • 2 direct dependents • 3 total dependents

A queue helper class for use as a standalone or managed by MCE::Shared. This module is mostly compatible with MCE::Queue except for the "gather" option which is not supported in this context. It provides a queue interface supporting normal and priori...

MARIOROY/MCE-Shared-1.886 - 13 Sep 2023 23:57:14 UTC - Search in distribution

Spread::Queue::FIFO - basic FIFO queue River stage zero No dependents

Basic FIFO queue service. Not thread-safe. Logging via Log::Channel....

JMAY/Spread-Queue-0.4 - 25 Oct 2002 22:08:09 UTC - Search in distribution

SQL::Exec - Simple thread and fork safe database access with functionnal and OO interface River stage zero No dependents

MATHIAS/SQL-Exec-0.10 - 27 Mar 2013 21:47:35 UTC - Search in distribution

Forks::Queue - queue that can be shared safely across processes River stage zero No dependents

Interface for a queue object that can be shared across processes and threads. Available implementations are Forks::Queue::File, Forks::Queue::Shmem, Forks::Queue::SQLite....

MOB/Forks-Queue-0.15 - 28 Dec 2020 04:02:46 UTC - Search in distribution

threads::lite::tid - a threads::lite thread id River stage zero No dependents

LEONT/threads-lite-0.034 - 08 May 2015 21:48:46 UTC - Search in distribution

PDL::PP - Generate PDL routines from concise descriptions River stage three • 93 direct dependents • 101 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.085 - 30 Jan 2024 04:23:50 UTC - Search in distribution
228 results (0.146 seconds)