Attaches a timeout to this EventBase's timeout manager.

Synopsis

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

virtual
void
attachTimeoutManager(
    AsyncTimeout* obj,
    TimeoutManager::InternalEnum internal) final;

Parameters

Name

Description

obj

The timeout to attach.

internal

Whether the timeout is internal to the manager.

Created with MrDocs