Cancels a scheduled timeout on this EventBase.

Synopsis

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

virtual
void
cancelTimeout(AsyncTimeout* obj) final;

Parameters

Name

Description

obj

The timeout to cancel.

Created with MrDocs