mirror of
https://github.com/cuberite/libevent.git
synced 2025-09-12 22:10:12 -04:00
Note that make_base_notifiable should not be necessary
This commit is contained in:
parent
5595a79ff1
commit
26ee5f9097
@ -225,6 +225,9 @@ struct event_base;
|
|||||||
/** Make sure it's safe to tell an event base to wake up from another thread
|
/** Make sure it's safe to tell an event base to wake up from another thread
|
||||||
or a signal handler.
|
or a signal handler.
|
||||||
|
|
||||||
|
You shouldn't need to call this by hand; configuring the base with thread
|
||||||
|
support should be necessary and sufficient.
|
||||||
|
|
||||||
@return 0 on success, -1 on failure.
|
@return 0 on success, -1 on failure.
|
||||||
*/
|
*/
|
||||||
int evthread_make_base_notifiable(struct event_base *base);
|
int evthread_make_base_notifiable(struct event_base *base);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user