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 "distribution:Process storable"

Process::Storable - Storable-based implementation of Process::Serializable River stage two • 10 direct dependents • 12 total dependents

"Process::Storable" provides an implementation of the Process::Serializable role using the standard Storable module from the Perl core. It is not itself a subclass of Process so you will need to inherit from both Process (or a subclass) and Process::...

ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTC

Process::Storable - Storable-based implementation of Process::Serializable River stage two • 10 direct dependents • 12 total dependents

"Process::Storable" provides an implementation of the Process::Serializable role using the standard Storable module from the Perl core. It is not itself a subclass of Process so you will need to inherit from both Process (or a subclass) and Process::...

ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTC

Process - Objects that represent generic computational processes River stage two • 10 direct dependents • 12 total dependents

There are a great number of situations in which you may want to model a computational process as an object. An implementation of this sort of object generally looks like the following when somebody uses it. my $object = MyProcessThingy->new( ... ); m...

ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTC

Process::Delegatable - Run a Process::Storable object in an isolated perl River stage two • 10 direct dependents • 12 total dependents

"Process::Delegatable" extends Process::Storable for the purpose of creating process objects that can be run inside other instances, or even other versions, of Perl, with the results of the object ending up in the object in the current perl instance ...

ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTC

Process::Launcher - Execute Process objects from the command line River stage two • 10 direct dependents • 12 total dependents

The "Process::Launcher" module provides a mechanism for launching and running a Process-compatible object from the command line, and returning the results. Example Use Cases Most use cases involve isolation. By having a "Process" object run inside it...

ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTC

Process::Packageable - Process that can be packaged with its dependencies River stage two • 10 direct dependents • 12 total dependents

"Process::Packageable" provides a role (an additional interface and set of rules) that allow for Process objects to be packaged into a Process::Packaged object together with the "Process" object's dependencies. Inheriting from "Process::Packageable" ...

ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTC

Process::Serializable - Indicates that a Process can be frozen to a string River stage two • 10 direct dependents • 12 total dependents

"Process::Serializable" provides a role (an additional interface and set of rules) that allow for Process objects to be converted to be "frozen" to a string, moved around, and then be "thawed" back into an object again. It does not dictate a specific...

ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTC

Process::Role::Serializable - Indicates that a Process can be frozen to a string River stage two • 10 direct dependents • 12 total dependents

"Process::Role::Serializable" provides a role (an additional interface and set of rules) that allow for Process objects to be converted to be "frozen" to a string, moved around, and then be "thawed" back into an object again. It does not dictate a sp...

ADAMK/Process-0.30 - 27 Oct 2011 00:35:59 UTC
8 results (0.032 seconds)