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.167 by root, Thu Nov 12 01:15:36 2009 UTC vs.
Revision 1.168 by root, Mon Nov 30 22:22:13 2009 UTC

1133=item $grp->cancel_subs 1133=item $grp->cancel_subs
1134 1134
1135Cancel all subrequests and clears any feeder, but not the group request 1135Cancel all subrequests and clears any feeder, but not the group request
1136itself. Useful when you queued a lot of events but got a result early. 1136itself. Useful when you queued a lot of events but got a result early.
1137 1137
1138The group request will finish normally (you cannot add requests to the
1139group).
1140
1138=item $grp->result (...) 1141=item $grp->result (...)
1139 1142
1140Set the result value(s) that will be passed to the group callback when all 1143Set the result value(s) that will be passed to the group callback when all
1141subrequests have finished and set the groups errno to the current value 1144subrequests have finished and set the groups errno to the current value
1142of errno (just like calling C<errno> without an error number). By default, 1145of errno (just like calling C<errno> without an error number). By default,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines