Distinguishes internal timeouts from normal ones.

Synopsis

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

enum class InternalEnum : int;

Members

Name

Description

INTERNAL

The timeout does not keep the event loop running.

NORMAL

The timeout keeps the event loop running until it fires.

Created with MrDocs