--- IO-AIO/AIO.pm 2008/05/29 03:20:40 1.128 +++ IO-AIO/AIO.pm 2008/09/06 07:14:52 1.133 @@ -195,7 +195,7 @@ use base 'Exporter'; BEGIN { - our $VERSION = '3.03'; + our $VERSION = '3.07'; our @AIO_REQ = qw(aio_sendfile aio_read aio_write aio_open aio_close aio_stat aio_lstat aio_unlink aio_rmdir aio_readdir @@ -1015,10 +1015,11 @@ C state, they will also finish. Otherwise they will continue to exist. -That means after creating a group you have some time to add requests. And -in the callbacks of those requests, you can add further requests to the -group. And only when all those requests have finished will the the group -itself finish. +That means after creating a group you have some time to add requests +(precisely before the callback has been invoked, which is only done within +the C). And in the callbacks of those requests, you can add +further requests to the group. And only when all those requests have +finished will the the group itself finish. =over 4