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

Comparing Coro/Coro.pm (file contents):
Revision 1.192 by root, Sun Jun 15 22:31:33 2008 UTC vs.
Revision 1.193 by root, Sun Jun 29 00:28:17 2008 UTC

266 _pool_2 $cb; 266 _pool_2 $cb;
267 &schedule; 267 &schedule;
268 } 268 }
269 }; 269 };
270 270
271 if ($@) {
271 last if $@ eq "\3async_pool terminate\2\n"; 272 last if $@ eq "\3async_pool terminate\2\n";
272 warn $@ if $@; 273 warn $@;
274 }
273 } 275 }
274} 276}
275 277
276sub async_pool(&@) { 278sub async_pool(&@) {
277 # this is also inlined into the unlock_scheduler 279 # this is also inlined into the unlock_scheduler

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines