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

Search results for "module:Thread::Signal"

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

Thread::SigMask - Thread specific signal masks River stage one • 1 direct dependent • 1 total dependent

This module provides per-thread signal masks. On non-threaded perls it will be effectively the same as POSIX::sigprocmask. The interface works exactly the same as sigprocmask....

LEONT/Thread-SigMask-0.004 - 06 Mar 2014 22:37:29 UTC

Thread::Cancel - Cancel (i.e., kill) threads River stage zero No dependents

This module adds cancellation capabilities for threads. Cancelled threads are terminated using "threads->exit()". The thread is then detached, and hence automatically cleaned up. Threads that are suspended using Thread::Suspend do not need to be *res...

JDHEDDEN/Thread-Cancel-1.13 - 24 Dec 2010 18:02:45 UTC

Thread::Status - report stack status of all running 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-Status-0.05 - 09 Nov 2019 15:42:36 UTC

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

Thread::Suspend - Suspend and resume operations for threads River stage zero No dependents

This module adds suspend and resume operations for threads. Suspensions are cumulative, and need to be matched by an equal number of resume calls. Declaration This module must be imported prior to any threads being created. Suspension is accomplished...

JDHEDDEN/Thread-Suspend-1.23 - 11 Apr 2017 05:18:36 UTC

Thread::Workers - Creates a boss which feeds a queue consumed by workers. River stage zero No dependents

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

IO::Lambda::Thread - wait for blocking code using threads River stage one • 4 direct dependents • 4 total dependents

The module implements a lambda wrapper that allows to asynchronously wait for a blocking code. The wrapping is done so that the code is executed in another thread's context. "IO::Lambda::Thread" provides bidirectional communication between threads, t...

KARASIK/IO-Lambda-1.33 - 15 Apr 2024 08:40:01 UTC

Thread::App::Shutdown - a singleton to manage shutdown of a threaded application River stage zero No dependents

*** A note of CAUTION *** This module only functions on Perl version 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. ************************...

JFITZ/Thread-App-Shutdown-0.10 - 25 Dec 2003 21:44:57 UTC

Thread::Pool::Resolve - resolve logs asynchronously 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-Pool-Resolve-0.12 - 10 Nov 2019 06:58:11 UTC
11 results (0.04 seconds)