/** Notification function, used to tell an event base to wake up from another *thread.Onlyworkswhenevent_kq_add_notify_event_()haspreviouslybeen
* called successfully on that base. */ int event_kq_notify_base_(struct event_base *base);
/** Prepare a kqueue-using event base to receive notifications via an internal *EVFILT_USERevent.Return0onsucess,-1onfailure.
*/ int event_kq_add_notify_event_(struct event_base *base);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.