Distinguishes internal timeouts from normal ones.
Synopsis
Declared in <folly/io/async/TimeoutManager.h>
enum class InternalEnum : int;
Members
Name |
Description |
|
The timeout does not keep the event loop running. |
|
The timeout keeps the event loop running until it fires. |
Created with MrDocs