mirror of
https://github.com/libevent/libevent.git
synced 2025-01-31 09:12:55 +08:00
Add missing words to EVLOOP_NONBLOCK documentation
This commit is contained in:
parent
e7529fa45b
commit
9556a7d1f6
@ -333,7 +333,7 @@ int event_base_set(struct event_base *, struct event *);
|
||||
* have had their callbacks run. */
|
||||
#define EVLOOP_ONCE 0x01
|
||||
/** Do not block: see which events are ready now, run the callbacks
|
||||
* highest-priority ones, then exit. */
|
||||
* of the highest-priority ones, then exit. */
|
||||
#define EVLOOP_NONBLOCK 0x02
|
||||
/*@}*/
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user