ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/IO-AIO/AIO.pm
(Generate patch)

Comparing IO-AIO/AIO.pm (file contents):
Revision 1.91 by root, Mon Oct 30 23:30:29 2006 UTC vs.
Revision 1.92 by root, Wed Nov 8 01:57:42 2006 UTC

971 poll => 'r', nice => 1, 971 poll => 'r', nice => 1,
972 cb => &IO::AIO::poll_cb); 972 cb => &IO::AIO::poll_cb);
973 973
974=item IO::AIO::poll_wait 974=item IO::AIO::poll_wait
975 975
976Wait till the result filehandle becomes ready for reading (simply does a 976If there are any outstanding requests, wait till the result filehandle
977C<select> on the filehandle. This is useful if you want to synchronously 977becomes ready for reading (simply does a C<select> on the filehandle. This
978wait for some requests to finish). 978is useful if you want to synchronously wait for some requests to finish).
979 979
980See C<nreqs> for an example. 980See C<nreqs> for an example.
981 981
982=item IO::AIO::poll 982=item IO::AIO::poll
983 983
984Waits until some requests have been handled. 984Waits until some requests have been handled.
985 985
986Returns the number of requests processed, but is otherwise strictly
986Strictly equivalent to: 987equivalent to:
987 988
988 IO::AIO::poll_wait, IO::AIO::poll_cb 989 IO::AIO::poll_wait, IO::AIO::poll_cb
989 if IO::AIO::nreqs; 990 if IO::AIO::nreqs;
990 991
991=item IO::AIO::flush 992=item IO::AIO::flush

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines