| Pipeline documentation | view source | Contained in the Pipeline distribution. |
Pipeline::Segment::Async::Handler - interface for asynchronous segment models
use Pipeline::Segment::Async::Handler; use base qw( Pipeline::Segment::Async::Handler );
The Pipeline::Segment::Async::Handler module is provided only as an under which
an asynchronous segment model is going to work.
canop() returns true if the asynchronous model will work under the current system
configuration.
run() starts the asynchronous mode segment.
reattach() provides a means to reconnect an asynchronous segment to obtain its
results.
discard() throws away an asynchronous segment, indicating that its results will
never be used.
Pipeline::Segment::Async::Fork, Pipeline::Segment::Async::IThreads
James A. Duncan <jduncan@fotango.com>
Copyright 2003 Fotango Ltd. All Rights Reserved.
This module is released under the same terms as Perl itself.
| Pipeline documentation | view source | Contained in the Pipeline distribution. |