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

Comparing Coro/Coro.pm (file contents):
Revision 1.95 by root, Sun Dec 3 22:50:06 2006 UTC vs.
Revision 1.96 by root, Mon Dec 4 03:48:16 2006 UTC

128handlers), then it must be prepared to be called recursively. 128handlers), then it must be prepared to be called recursively.
129 129
130=cut 130=cut
131 131
132$idle = sub { 132$idle = sub {
133 print STDERR "FATAL: deadlock detected\n"; 133 require Carp;
134 exit (51); 134 Carp::croak ("FATAL: deadlock detected");
135}; 135};
136 136
137# this coroutine is necessary because a coroutine 137# this coroutine is necessary because a coroutine
138# cannot destroy itself. 138# cannot destroy itself.
139my @destroy; 139my @destroy;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines