ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libeio/eio.pod
(Generate patch)

Comparing libeio/eio.pod (file contents):
Revision 1.18 by root, Tue Jul 5 20:34:42 2011 UTC vs.
Revision 1.19 by root, Tue Jul 5 20:38:47 2011 UTC

276 276
277=over 4 277=over 4
278 278
279=item eio_cancel (eio_req *req) 279=item eio_cancel (eio_req *req)
280 280
281Cancel the request (and all it's subrequests). If the request is currently 281Cancel the request (and all its subrequests). If the request is currently
282executing it might still continue to execute, and in other cases it might 282executing it might still continue to execute, and in other cases it might
283still take a while till the request is cancelled. 283still take a while till the request is cancelled.
284 284
285Even if cancelled, the finish callback will still be invoked - the 285Even if cancelled, the finish callback will still be invoked - the
286callbacks of all cancellable requests need to check whether the request 286callbacks of all cancellable requests need to check whether the request

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines