periodics_reify (EV_A); /* absolute timers called first */
#endif
- /* queue idle watchers unless io or timers are pending */
+ /* queue idle watchers unless other events are pending */
if (idlecnt && !any_pending (EV_A))
queue_events (EV_A_ (W *)idles, idlecnt, EV_IDLE);
#if EV_MULTIPLICITY
void
-ev_embed_loop (EV_P_ ev_embed *w)
+ev_embed_sweep (EV_P_ ev_embed *w)
{
ev_loop (w->loop, EVLOOP_NONBLOCK);
}
if (ev_cb (w))
ev_feed_event (EV_A_ (W)w, EV_EMBED);
else
- ev_embed_loop (loop, w);
+ ev_embed_sweep (loop, w);
}
void