Pipeline::Segment::Async::Handler - interface for asynchronous segment models


Pipeline documentation  | view source Contained in the Pipeline distribution.

Index


NAME

Top

Pipeline::Segment::Async::Handler - interface for asynchronous segment models

SYNOPSIS

Top

  use Pipeline::Segment::Async::Handler;
  use base qw( Pipeline::Segment::Async::Handler );

DESCRIPTION

Top

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

METHODS

Top

canop()

canop() returns true if the asynchronous model will work under the current system configuration.

run()

run() starts the asynchronous mode segment.

reattach()

reattach() provides a means to reconnect an asynchronous segment to obtain its results.

discard()

discard() throws away an asynchronous segment, indicating that its results will never be used.

SEE ALSO

Top

Pipeline::Segment::Async::Fork, Pipeline::Segment::Async::IThreads

AUTHOR

Top

James A. Duncan <jduncan@fotango.com>

COPYRIGHT

Top


Pipeline documentation  | view source Contained in the Pipeline distribution.