1Pipeline::Segment::AsynUcs:e:rHaCnodnlterri(b3u)ted PerlPiDpoecluimneen:t:aSteigomnent::Async::Handler(3)
2
3
4
6 Pipeline::Segment::Async::Handler - interface for asynchronous segment
7 models
8
10 use Pipeline::Segment::Async::Handler;
11 use base qw( Pipeline::Segment::Async::Handler );
12
14 The "Pipeline::Segment::Async::Handler" module is provided only as an
15 under which an asynchronous segment model is going to work.
16
18 canop()
19 "canop()" returns true if the asynchronous model will work under
20 the current system configuration.
21
22 run()
23 "run()" starts the asynchronous mode segment.
24
25 reattach()
26 "reattach()" provides a means to reconnect an asynchronous segment
27 to obtain its results.
28
29 discard()
30 "discard()" throws away an asynchronous segment, indicating that
31 its results will never be used.
32
34 Pipeline::Segment::Async::Fork, Pipeline::Segment::Async::IThreads
35
37 James A. Duncan <jduncan@fotango.com>
38
40 Copyright 2003 Fotango Ltd. All Rights Reserved.
41
42 This module is released under the same terms as Perl itself.
43
44
45
46perl v5.32.0 2020-07-2P8ipeline::Segment::Async::Handler(3)