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 "dist:Pipeline FOTANGO"

Pipeline - Generic pipeline interface River stage one • 2 direct dependents • 3 total dependents

"Pipelines" are a mechanism to process data. They are designed to be plugged together to make fairly complex operations act in a fairly straightforward manner, cleanly, and simply....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Dumper - tool for dumping a pipeline River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Dumper" is a subclassed dispatcher. It will simply dump the structure of a pipeline to STDOUT instead of actively executing the pipeline....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Store - defines the interface for Pipeline store classes River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Store" provides a constructor and a generic get/set interface for any class implementing a store to sit on a Pipeline. Pipeline stores are singletons inside the dispatch process. Ie, if you attempt to construct a pipeline store in between ...

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Segment - basic class for a segment River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Segment" is designed as a part of the "Pipeline" system. The "Pipeline::Segment" class is designed to be subclassed as a part of the Pipeline system. The primary method that needs to be overloaded is the "dispatch" method, which the Pipeli...

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Dispatch - dispatcher for pipeline segments River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Dispatch" simply accepts pipeline segments and does very little with them. It can dispatch segments in order, one by one. It is also capable of altering the way in which it dispatches to each segment, both on a pipeline basis, and on a seg...

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Production - wrapper for production objects River stage one • 2 direct dependents • 3 total dependents

The "Pipeline::Production" class acts as a wrapper around any scalar (and therfore object, or reference) that a Pipeline is to consider as a production. A production object will terminate the pipeline apon receipt and cause the cleanup segments to be...

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Store::ISA - inheritance-based store for pipelines River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Store::ISA" is a slightly more complex implementation of a Pipeline store than "Pipeline::Store::Simple". It stores things as in a hashref indexed by classname, and also their inheritance tree. You can add an object to a store by calling t...

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Store::Simple - simple store for pipelines River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Store::Simple" is a simple implementation of a Pipeline store. It stores things as in a hashref indexed by classname. You can add an object to a store by calling the set method with an object, and you can get an object by calling the get m...

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Error::Abstract - exception thrown from abstract methods River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Error::Abstract" inherits from "Error" and will be thrown by any non-implemented abstract methods in the Pipeline module....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Segment::Async - asynchronous pipeline segments River stage one • 2 direct dependents • 3 total dependents

The "Pipeline::Segment::Async" module allows you to write asynchronous pipeline segments. Whenever an asynchronous segment is dispatched it places itself in the store, and splits away from the main process that keeps running. At any point furthe down...

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Error::AsyncResults - exception thrown from asynchronous segments River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Error::AsyncResults" inherits from "Error" and will be thrown whenever results back from asynchronous segments do not match the protocol expected....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Error::Construction - exception thrown during object construction failure River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Error::Construction" inherits from "Error" and will be thrown by any constructor in the Pipeline module that fails to properly assemble itself....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Segment::Async::Fork - fork model for asynchronous pipeline segments River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Segment::Async::Fork" provides asynchronous segments under Perl's forking model....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Segment::Async::IThreads - ithread model for asynchronous pipeline segments River stage one • 2 direct dependents • 3 total dependents

"Pipeline::Segment::Async::IThreads" provides asynchronous segments under Perl's ithreads model....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC

Pipeline::Segment::Async::Handler - interface for asynchronous segment models River stage one • 2 direct dependents • 3 total dependents

The "Pipeline::Segment::Async::Handler" module is provided only as an under which an asynchronous segment model is going to work....

RCLAMP/Pipeline-3.12 - 09 Aug 2004 10:38:45 UTC
15 results (0.028 seconds)