mirror of /home/gitosis/repositories/libev.git
Jose Pedro Oliveira
This commit is contained in:
parent
3cd867cd95
commit
76325fc3d3
2
ev.pod
2
ev.pod
|
@ -1406,7 +1406,7 @@ other events are pending:
|
|||
// are not yet ready to handle it.
|
||||
ev_io_stop (EV_A_ w);
|
||||
|
||||
// start the idle watcher to ahndle the actual event.
|
||||
// start the idle watcher to handle the actual event.
|
||||
// it will not be executed as long as other watchers
|
||||
// with the default priority are receiving events.
|
||||
ev_idle_start (EV_A_ &idle);
|
||||
|
|
Loading…
Reference in New Issue