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.12 by root, Mon Jul 11 01:03:17 2005 UTC vs.
Revision 1.13 by root, Mon Jul 11 01:49:14 2005 UTC

237 237
238=item IO::AIO::flush 238=item IO::AIO::flush
239 239
240Wait till all outstanding AIO requests have been handled. 240Wait till all outstanding AIO requests have been handled.
241 241
242Strictly equivalent to:
243
244 IO::AIO::poll_wait, IO::AIO::poll_cb
245 while IO::AIO::nreqs;
246
247=item IO::AIO::poll
248
249Waits until some requests have been handled.
250
251Strictly equivalent to:
252
253 IO::AIO::poll_wait, IO::AIO::poll_cb
254 if IO::AIO::nreqs;
255
242=item IO::AIO::min_parallel $nthreads 256=item IO::AIO::min_parallel $nthreads
243 257
244Set the minimum number of AIO threads to C<$nthreads>. The default is 258Set the minimum number of AIO threads to C<$nthreads>. The default is
245C<1>, which means a single asynchronous operation can be done at one time 259C<1>, which means a single asynchronous operation can be done at one time
246(the number of outstanding operations, however, is unlimited). 260(the number of outstanding operations, however, is unlimited).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines