Returns the observer attached to this EventBase.
Synopsis
Declared in <folly/io/async/EventBase.h>
std::shared_ptr<EventBaseObserver> const&
getObserver();
Return Value
The observer attached to this EventBase.
Created with MrDocs