FreeBSD Manual Pages
Pipeline::Segment::AsyUserHContributed PerPipeline::Segment::Async::Handler(3) NAME Pipeline::Segment::Async::Handler - interface for asynchronous segment models SYNOPSIS use Pipeline::Segment::Async::Handler; use base qw( Pipeline::Segment::Async::Handler ); DESCRIPTION The "Pipeline::Segment::Async::Handler" module is provided only as an under which an asynchronous segment model is going to work. METHODS 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 Pipeline::Segment::Async::Fork, Pipeline::Segment::Async::IThreads AUTHOR James A. Duncan <jduncan@fotango.com> COPYRIGHT Copyright 2003 Fotango Ltd. All Rights Reserved. This module is released under the same terms as Perl itself. perl v5.32.0 2004-08-Pipeline::Segment::Async::Handler(3)
NAME | SYNOPSIS | DESCRIPTION | METHODS | SEE ALSO | AUTHOR | COPYRIGHT
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Pipeline::Segment::Async::Handler&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>