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

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

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

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

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

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

threads::tbb - interface to the Threading Building Blocks (TBB) API River stage zero No dependents

This module provides access to the a selection of Intel's Threading Building Blocks (TBB) library to Perl programs. TBB is a C++ library that provides pre-tested, scalable algorithms for solving a number of common problems that benefit from paralleli...

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

Imager::Threads - Imager and threads River stage three • 108 direct dependents • 121 total dependents

Starting from version 0.94 Imager attempts to work safely with perl's "ithreads". Previous versions stored some state in global variables, in particular the internal error stack. However there are some limitations: * Imager's debug malloc isn't threa...

TONYC/Imager-1.024 - 06 Apr 2024 02:24:09 UTC - Search in distribution

DiaColloDB::threads - wrapper for threads.pm or forks.pm River stage one • 1 direct dependent • 1 total dependent

The "DiaColloDB::threads" module attempts to load (pseudo)-thread support from either threads.pm or forks.pm, depending on whether or not your perl has builtin thread support according to $Config{usethreads}. It also wraps the "import()" method of wh...

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

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

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

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

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

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

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

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

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

threads::variables::reap - reap variables in new threads River stage one • 1 direct dependent • 1 total dependent

This module provides a helper to ensure threads can/must have own instances of some variables. It ensures that all variables marked to get "reap"ed are "undef" in a new thread (instead being a clone like default behaviour)....

REHSACK/threads-variables-reap-0.06 - 16 Sep 2013 08:08:42 UTC - Search in distribution

threads::shared::queue::any - thread-safe queues for any data-structure River stage zero No dependents

A queue, as implemented by "threads::shared::queue::any" is a thread-safe data structure that inherits from "threads::shared::queue". But unlike the standard "threads::shared::queue", you can pass (a reference to) any data structure to the queue. Apa...

LNATION/threads-shared-queue-any-0.02 - 10 Nov 2019 06:53:51 UTC - Search in distribution

threads::variables::reap::attr - reap variables in new threads by attribute River stage zero No dependents

"threads::variables::reap::attr" provides an attribute "reap" by lexical scoping using Attribute::Lexical to mark variables to get reaped in new threads or child processes at compile time....

REHSACK/threads-variables-reap-attr-0.06 - 17 Sep 2013 13:17:36 UTC - Search in distribution

Perl::Critic::Policy::Freenode::Threads - Interpreter-based threads are officially discouraged River stage one • 8 direct dependents • 9 total dependents

Legacy "freenode" theme policy alias....

DBOOK/Perl-Critic-Community-v1.0.3 - 24 Jul 2022 06:28:31 UTC - Search in distribution
690 results (0.166 seconds)