Sets the observer that samples loop activity.

Synopsis

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

void
setObserver(std::shared_ptr<EventBaseObserver> const& observer);

Parameters

Name

Description

observer

The observer to attach.

Created with MrDocs