ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Coro/Coro.pm
(Generate patch)

Comparing Coro/Coro.pm (file contents):
Revision 1.353 by root, Fri Jul 19 15:29:46 2019 UTC vs.
Revision 1.354 by root, Thu Nov 14 14:19:00 2019 UTC

1085 1085
1086Create and return a "rouse callback". That's a code reference that, 1086Create and return a "rouse callback". That's a code reference that,
1087when called, will remember a copy of its arguments and notify the owner 1087when called, will remember a copy of its arguments and notify the owner
1088coro of the callback. 1088coro of the callback.
1089 1089
1090When the callback is invoked multiple times, only the arguments passed on
1091the first call will be stored.
1092
1090See the next function. 1093Also see the next function.
1091 1094
1092=item @args = rouse_wait [$cb] 1095=item @args = rouse_wait [$cb]
1093 1096
1094Wait for the specified rouse callback (or the last one that was created in 1097Wait for the specified rouse callback (or the last one that was created in
1095this coro). 1098this coro).

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines