Skip to content

Commit a93c903

Browse files
committed
Updated POD
1 parent 16d3edc commit a93c903

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lib/AnyEvent/Delay/Simple.pm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,10 @@ occurs in one of the steps, the chain will be break, and error handler will
126126
call, if it's defined. Unless error handler defined, error is fatal. If last
127127
callback finishes and no error occurs, finish handler will call.
128128
129+
Return values of each callbacks in chain passed as arguments to the next one,
130+
and result of last callback passed to the finish handler. If an error occurs
131+
then arguments of the failed callback passed to the error handler.
132+
129133
You may import this function into L<AE> namespace instead of current one. Just
130134
use module with symbol C<ae>.
131135

0 commit comments

Comments
 (0)