folly::EventHandler::isHandlerRegistered

Returns true if the handler is currently registered.

Synopsis

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

bool
isHandlerRegistered() const;

Return Value

true if the handler is currently registered, false otherwise.