Detaches a timeout from this EventBase's timeout manager.

Synopsis

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

virtual
void
detachTimeoutManager(AsyncTimeout* obj) final;

Parameters

Name

Description

obj

The timeout to detach.

Created with MrDocs