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

Search results for "module:Thread"

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

SDL2::thread - SDL Thread Management Routines River stage zero No dependents

This package contains functions for system independent thread management routines. NOTE: You should not expect to be able to create a window, render, or receive events on any thread other than the main one....

SANKO/SDL2-FFI-0.08 - 29 Nov 2021 02:01:01 UTC

Thread::Tie::Thread - create threads for tied variables River stage one • 2 direct dependents • 5 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-Tie-0.15 - 14 Nov 2019 13:37:28 UTC

lib/Thread/Isolate/Thread.pm River stage zero No dependents

GMPASSOS/Thread-Isolate-0.05 - 01 May 2005 16:11:48 UTC

Pod::Thread - Convert POD data to the HTML macro language thread River stage one • 1 direct dependent • 1 total dependent

Pod::Thread is a module that can convert documentation in the POD format (the preferred language for documenting Perl) into thread, an HTML macro language. It lets the converter from thread to HTML handle some of the annoying parts of conversion to H...

RRA/Pod-Thread-3.01 - 26 Dec 2021 19:16:58 UTC

Thread::IID - unique Interpreter IDs River stage one • 1 direct dependent • 1 total dependent

This provides an identifier to distinguish Perl interpreter instances. In environments like mod_perl2, where interpreters can be cloned and arbitrarily assigned to OS threads, the thread ID gives no indication of which interpreter instance is actuall...

WROG/Thread-IID-0.04 - 04 Jan 2012 05:41:10 UTC

Thread::Csp - Communicating sequential processes threading for Perl River stage zero No dependents

This module implements share-nothing threads for perl. One crucial difference with "threads.pm" threads is that the original thread will not be cloned except for the arguments that you pass on thread creation. Thread::Csp::Channels (also using clonin...

LEONT/Thread-Csp-0.009 - 23 Aug 2022 10:44:50 UTC

Thread::Tie - tie variables into a thread of their own River stage one • 2 direct dependents • 5 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-Tie-0.15 - 14 Nov 2019 13:37:28 UTC

Thread::Use - use a module inside a thread only River stage zero No 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-Use-0.06 - 09 Nov 2019 15:43:15 UTC

Thread::CSP - Communicating sequential processes threading for Perl River stage zero No dependents

This module implements share-nothing threads for perl. One crucial difference with "threads.pm" threads is that the original thread will not be cloned except for the arguments that you pass on thread creation. Thread::CSP::Channels (also using clonin...

LEONT/Thread-CSP-0.013 - 05 Jan 2024 17:36:54 UTC

Text::Thread - format threaded items to ascii tree River stage zero No dependents

Text::Thread formats a tree structure into a ascii tree, which is often used in threaded mail and netnews reader. formatthread CHILD THREADTITLE TITLE TREE format the given TREE. CHILD is the hash key for child nodes in the items in TREE. it could be...

CLKAO/Text-Thread-0.2 - 03 Apr 2006 15:49:24 UTC

Thread::Rand - repeatable random sequences between threads River stage zero No 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-Rand-0.08 - 09 Nov 2019 15:42:03 UTC

Thread::Exit - provide thread-local exit(), BEGIN {}, END {} and exited() River stage one • 1 direct dependent • 1 total dependent

*** 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-Exit-0.10 - 09 Nov 2019 15:39:39 UTC

SPVM::Thread - Native Thread River stage zero No dependents

The "Thread" class has methods to create native threads. This class is a binding of std::thread in C++ <https://en.cppreference.com/w/cpp/thread/thread>....

KIMOTO/SPVM-Thread-0.001 - 10 Nov 2023 03:55:39 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

SIOC::Thread - SIOC Thread class River stage zero No dependents

Mailing lists, forums and blogs on community sites usually employ some threaded discussion methods, whereby discussions are initialised by a certain user and replied to by others. The Thread container is used to group Posts from a single discussion t...

GEEWIZ/SIOC-v1.0.0 - 21 Mar 2008 21:25:06 UTC

Thread::Pool - group of threads for performing similar jobs River stage one • 1 direct dependent • 1 total dependent

*** 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-Pool-0.35 - 10 Nov 2019 06:56:33 UTC

Mail::Thread - Perl implementation of JWZ's mail threading algorithm River stage two • 6 direct dependents • 10 total dependents

This module implements something relatively close to Jamie Zawinski's mail threading algorithm, as described by http://www.jwz.org/doc/threading.html. Any deviations from the algorithm are accidental. It's happy to be handed any mail object supported...

TMTM/Mail-Thread-2.55 - 30 Oct 2006 08:54:06 UTC

Thread::Bless - make blessed objects thread-aware River stage zero No 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-Bless-0.09 - 04 May 2020 18:57:11 UTC
128 results (0.019 seconds)