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

Comparing Coro/EV/EV.xs (file contents):
Revision 1.29 by root, Fri May 7 20:28:30 2010 UTC vs.
Revision 1.30 by root, Sat Oct 23 09:28:50 2010 UTC

321 ++inhibit; 321 ++inhibit;
322 322
323 /* same reasoning as above, make sure it is stopped */ 323 /* same reasoning as above, make sure it is stopped */
324 if (ev_is_active (&idler)) 324 if (ev_is_active (&idler))
325 ev_idle_stop (EV_DEFAULT_UC, &idler); 325 ev_idle_stop (EV_DEFAULT_UC, &idler);
326 326#if EV_VERSION_MAJOR >= 4
327 ev_run (EV_DEFAULT_UC, EVRUN_ONCE);
328#else
327 ev_loop (EV_DEFAULT_UC, EVLOOP_ONESHOT); 329 ev_loop (EV_DEFAULT_UC, EVLOOP_ONESHOT);
328 330#endif
329 --inhibit; 331 --inhibit;
330} 332}
331 333
332void 334void
333timed_io_once (...) 335timed_io_once (...)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines