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

Comparing Coro/Coro.pm (file contents):
Revision 1.284 by root, Sun Feb 13 04:39:14 2011 UTC vs.
Revision 1.285 by root, Thu Feb 17 01:32:18 2011 UTC

131 131
132The default implementation dies with "FATAL: deadlock detected.", followed 132The default implementation dies with "FATAL: deadlock detected.", followed
133by a thread listing, because the program has no other way to continue. 133by a thread listing, because the program has no other way to continue.
134 134
135This hook is overwritten by modules such as C<Coro::EV> and 135This hook is overwritten by modules such as C<Coro::EV> and
136C<Coro::AnyEvent> to wait on an external event that hopefully wake up a 136C<Coro::AnyEvent> to wait on an external event that hopefully wakes up a
137coro so the scheduler can run it. 137coro so the scheduler can run it.
138 138
139See L<Coro::EV> or L<Coro::AnyEvent> for examples of using this technique. 139See L<Coro::EV> or L<Coro::AnyEvent> for examples of using this technique.
140 140
141=cut 141=cut

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines