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

Comparing Coro/Coro.pm (file contents):
Revision 1.268 by root, Thu Oct 1 23:16:27 2009 UTC vs.
Revision 1.269 by root, Thu Oct 1 23:25:03 2009 UTC

154handlers), then it must be prepared to be called recursively itself. 154handlers), then it must be prepared to be called recursively itself.
155 155
156=cut 156=cut
157 157
158$idle = sub { 158$idle = sub {
159 warn "oi\n";#d#
160 Carp::confess ("FATAL: deadlock detected"); 159 Carp::confess ("FATAL: deadlock detected");
161}; 160};
162 161
163# this coro is necessary because a coro 162# this coro is necessary because a coro
164# cannot destroy itself. 163# cannot destroy itself.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines