Search results for "module:threads"

threads - Perl interpreter-based threads River stage three • 48 direct dependents • 201 total dependents

Since Perl 5.8, thread programming has been available using a model called *interpreter threads* which provides a new Perl interpreter for each thread, and, by default, results in no data or state information being shared between threads. (Prior to P...

JDHEDDEN/threads-2.21 - 23 Jan 2018 01:14:04 UTC

threads::farm - group of threads for performing similar jobs River stage zero No dependents

LNATION/threads-farm-0.03 - 02 Jul 2020 11:10:40 UTC

threads::lite - Actor model threading for Perl River stage zero No dependents

This module implements threads for perl. One crucial difference with "threads.pm" threads is that the threads are disconnected, except by message queues. It thus facilitates a message passing style of multi-threading. Please note that this module is ...

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

threads::posix - more POSIX correct threads River stage zero No dependents

This module extends threads to provide behaviors that are more conformant to what POSIX prescribes. You should realize that this doesn't in any way change the threads themselves, just how you intereract with them. Everything not described here should...

LEONT/threads-posix-0.003 - 03 Jul 2016 20:19:17 UTC

threads::shared - Perl extension for sharing data structures between threads River stage three • 34 direct dependents • 115 total dependents

By default, variables are private to each thread, and each newly created thread gets a private copy of each existing variable. This module allows you to share variables across different threads (and pseudo-forks on Win32). It is used together with th...

JDHEDDEN/threads-shared-1.59 - 30 Nov 2018 02:44:44 UTC

lib/threads/tbb.pm River stage zero No dependents

SAMV/threads-tbb-0.04 - 09 Jul 2011 01:30:58 UTC

DiaColloDB/threads.pm River stage one • 1 direct dependent • 1 total dependent

MOOCOW/DiaColloDB-0.12.020 - 05 Feb 2021 07:24:49 UTC

lib/Xmldoom/Threads.pm River stage zero No dependents

DSNOPEK/Xmldoom-0.0.16 - 08 Feb 2007 22:46:26 UTC

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

threads::lite::list - Threaded list utilities River stage zero No dependents

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

HPC::Runner::Threads - Job submission using threads River stage zero No dependents

JILLROWE/HPC-Runner-Threads-2.35 - 18 Jun 2015 05:47:26 UTC

threads::lite::queue - a threads::lite persistent queue River stage zero No dependents

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

MCE::Channel::Threads - Channel for producer(s) and many consumers River stage three • 21 direct dependents • 313 total dependents

A channel class providing queue-like and two-way communication for threads only. Locking is handled using threads::shared. The API is described in MCE::Channel. new use MCE::Channel; # The default is tuned for one producer and many consumers. my $chn...

MARIOROY/MCE-1.889 - 13 Sep 2023 23:37:02 UTC

threads::shared::hash - default class for tie-ing hashes to threads with forks River stage one • 5 direct dependents • 5 total dependents

Helper class for forks::shared. See documentation there....

RYBSKEJ/forks-0.36 - 27 Jun 2014 03:55:32 UTC

PDL::Parallel::threads - sharing PDL data between Perl threads River stage zero No dependents

This module provides a means to share PDL data between different Perl threads. In contrast to PDL's posix thread support (see PDL::ParallelCPU), this module lets you work with Perl's built-in threading model. In contrast to Perl's threads::shared, th...

ETJ/PDL-Parallel-threads-0.05 - 26 Dec 2022 04:58:55 UTC

threads::shared::array - default class for tie-ing arrays to threads with forks River stage one • 5 direct dependents • 5 total dependents

Helper class for forks::shared. See documentation there....

RYBSKEJ/forks-0.36 - 27 Jun 2014 03:55:32 UTC

Gtk2::Ex::Threads::DBI - Achieving asynchronous DBI like functionality for gtk2-perl applications using perl ithreads. River stage one • 1 direct dependent • 1 total dependent

I want to have my perl-gtk app query a database using DBI and display the query results. Some of the queries can take minutes to run and a naive implementation would mean all GUI interaction was blocked until the $dbh->execute returned. This seems to...

OFEYAIKON/Gtk2-Ex-Threads-DBI-0.06 - 30 Sep 2005 16:13:09 UTC

threads::shared::scalar - default class for tie-ing scalars to threads with forks River stage one • 5 direct dependents • 5 total dependents

Helper class for forks::shared. See documentation there....

RYBSKEJ/forks-0.36 - 27 Jun 2014 03:55:32 UTC

threads::shared::handle - default class for tie-ing handles to threads with forks River stage one • 5 direct dependents • 5 total dependents

Helper class for forks::shared. See documentation there....

RYBSKEJ/forks-0.36 - 27 Jun 2014 03:55:32 UTC

Test2::Require::Threads - Skip a test file unless the system supports threading River stage four • 727 direct dependents • 6230 total dependents

It is fairly common to write tests that need to use threads. Not all systems support threads. This library does the hard work of checking if threading is supported on the current system. If threading is not supported then this will skip all tests and...

EXODIST/Test2-Suite-0.000159 - 25 Oct 2023 21:10:28 UTC
32 results (0.021 seconds)