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

Comparing IO-AIO/README (file contents):
Revision 1.36 by root, Sun Jun 7 18:31:18 2009 UTC vs.
Revision 1.37 by root, Fri Jun 12 16:55:17 2009 UTC

684 684
685 cancel $req 685 cancel $req
686 Cancels the request, if possible. Has the effect of skipping 686 Cancels the request, if possible. Has the effect of skipping
687 execution when entering the execute state and skipping calling the 687 execution when entering the execute state and skipping calling the
688 callback when entering the the result state, but will leave the 688 callback when entering the the result state, but will leave the
689 request otherwise untouched. That means that requests that currently 689 request otherwise untouched (with the exception of readdir). That
690 execute will not be stopped and resources held by the request will 690 means that requests that currently execute will not be stopped and
691 not be freed prematurely. 691 resources held by the request will not be freed prematurely.
692 692
693 cb $req $callback->(...) 693 cb $req $callback->(...)
694 Replace (or simply set) the callback registered to the request. 694 Replace (or simply set) the callback registered to the request.
695 695
696 IO::AIO::GRP CLASS 696 IO::AIO::GRP CLASS

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines