Returns the underlying libevent event_base.

Synopsis

Declared in <folly/io/async/EventBase.h>

event_base*
getLibeventBase() const;

Return Value

The underlying libevent event_base.

Created with MrDocs