Get the global EventBaseManager for this program. Ideally all users of EventBaseManager go through this interface and do not construct EventBaseManager directly.
Synopsis
Declared in <folly/io/async/EventBaseManager.h>
static
EventBaseManager*
get();
Return Value
The global EventBaseManager singleton.
Created with MrDocs