ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.pod
(Generate patch)

Comparing libev/ev.pod (file contents):
Revision 1.408 by root, Fri May 4 19:50:38 2012 UTC vs.
Revision 1.409 by root, Fri May 4 20:22:27 2012 UTC

3875called): 3875called):
3876 3876
3877 void 3877 void
3878 wait_for_event (ev_watcher *w) 3878 wait_for_event (ev_watcher *w)
3879 { 3879 {
3880 ev_set_cb (w) = current_coro; 3880 ev_set_cb (w, current_coro);
3881 switch_to (libev_coro); 3881 switch_to (libev_coro);
3882 } 3882 }
3883 3883
3884That basically suspends the coroutine inside C<wait_for_event> and 3884That basically suspends the coroutine inside C<wait_for_event> and
3885continues the libev coroutine, which, when appropriate, switches back to 3885continues the libev coroutine, which, when appropriate, switches back to

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines