GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Pipeline::Segment::Async::Handler(3) User Contributed Perl Documentation Pipeline::Segment::Async::Handler(3)

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()
"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.

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.

2004-08-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.