mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-10 13:04:23 -04:00
Merge remote-tracking branch 'sourceforge/patches-2.0' into patches-2.0
Conflicts: include/event2/event.h
This commit is contained in:
commit
eaa79cd459
@ -645,7 +645,7 @@ int event_base_set(struct event_base *, struct event *);
|
|||||||
This is a more flexible version of event_base_dispatch().
|
This is a more flexible version of event_base_dispatch().
|
||||||
|
|
||||||
By default, this loop will run the event base until either there are no more
|
By default, this loop will run the event base until either there are no more
|
||||||
pending or active, or until something calls event_base_loopbreak() or
|
pending or active events, or until something calls event_base_loopbreak() or
|
||||||
event_base_loopexit(). You can override this behavior with the 'flags'
|
event_base_loopexit(). You can override this behavior with the 'flags'
|
||||||
argument.
|
argument.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user