You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2019. It is now read-only.
Start the loop to begin listening for the added events
*
event_base_dispatch(event_base);
How We Use It
We wanted to be able to have event notification across threads so we create a single instance of libevent's event_base.
We created a singleton class called BaseEvent that contains this event_base. All events are added to this base.