The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:SUPER::new"

Forks::Super - extensions and convenience methods to manage background processes River stage one • 1 direct dependent • 1 total dependent

This package provides new definitions for the Perl functions fork, wait, and waitpid with richer functionality. The new features are designed to make it more convenient to spawn background processes and more convenient to manage them to get the most ...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Super::Powers - The hiddden truth River stage zero No dependents

LNATION/Super-Powers-0.03 - 17 May 2024 18:08:02 UTC

Forks::Super::Job - object representing a background task River stage one • 1 direct dependent • 1 total dependent

Calls to "Forks::Super::fork()" that successfully spawn a child process or create a deferred job (see "Deferred processes" in Forks::Super) will cause a "Forks::Super::Job" instance to be created to track the job's state. In boolean, numeric, or stri...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Class::Prototyped - Fast prototype-based OO programming in Perl River stage two • 8 direct dependents • 14 total dependents

This package provides for efficient and simple prototype-based programming in Perl. You can provide different subroutines for each object, and also have objects inherit their behavior and state from another object. The structure of an object is inspe...

TEVERETT/Class-Prototyped-1.13 - 28 Aug 2013 21:33:10 UTC

Forks::Super::Sync - portable interprocess synchronization object River stage one • 1 direct dependent • 1 total dependent

"Forks::Super::Sync" provides synchronization objects that can be shared by parent and child processes and used to coordinate action between the parent and child. For example, a parent process might provide input to a child process, but the child pro...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Class::ClassDecorator - Dynamically decorate classes instead of objects using NEXT River stage one • 1 direct dependent • 1 total dependent

This module helps you use classes as decorators for other classes. It provides some syntactic sugar for dynamically constructing a unique subclass which exists solely to represent a set of decorations to a base class. This is useful when you have a b...

DROLSKY/Class-ClassDecorator-0.02 - 02 Nov 2003 01:34:05 UTC

Date::Holidays::Super - a SUPER class for the Date::Holidays::* modules River stage one • 5 direct dependents • 7 total dependents

This is a SUPER class intended for use by Date::Holidays::* modules. The goal is to have all the existing and future modules implement the same methods, so they will have a uniform usage and can be used in polymorphic context or can be easily adapted...

JONASBN/Date-Holidays-Super-0.06 - 16 May 2021 16:41:25 UTC

Forks::Super::Tie::Enum - tie'd scalar that can only hold values on a small list River stage one • 1 direct dependent • 1 total dependent

This package is part of the Forks::Super distribution. But it does not depend on any other part of "Forks::Super" and there is no reason it couldn't be extricated and used in a different context. Scalar value where assignment will fail unless the new...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Super::Sync::Win32 River stage one • 1 direct dependent • 1 total dependent

IPC synchronization object implemented with Win32::Semaphore. Advantages: fast, doesn't create files or use filehandles Disadvantages: Windows only. And I have unverified concerns about what it will do if a lock-holder exits ungracefully....

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Super::Sync::Semaphlock River stage one • 1 direct dependent • 1 total dependent

IPC synchronization object implemented with advisory file locking. Useful as a last resort if your system does not have good support for semaphores or shared memory. Advantages: should work anywhere that implements "flock" in perlfunc. Disadvantages:...

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Super::Sync::Win32Mutex River stage one • 1 direct dependent • 1 total dependent

IPC synchronization object implemented with Win32::Mutex. Advantages: fast, doesn't create files or use filehandles Disadvantages: Windows only. Gets complicated when a process dies without releasing its locks....

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC

Forks::Super::Sync::IPCSemaphore River stage one • 1 direct dependent • 1 total dependent

IPC synchronization object implemented with SysV semaphores. Advantages: fast, doesn't create files or use filehandles Disadvantages: Unix only. Gets complicated when a child process dies without releasing its locks....

MOB/Forks-Super-0.97 - 09 Oct 2018 00:18:38 UTC
12 results (0.049 seconds)