Same as loop(), but doesn't wait for all keep‐alive tokens to be released.
Synopsis
Declared in <folly/io/async/EventBase.h>
[[deprecated("This should only be used in legacy unit tests")]]
bool
loopIgnoreKeepAlive();
|
Warning
|
Deprecated: This should only be used in legacy unit tests. Use of this entity is allowed but discouraged. |
Return Value
True if the loop completed normally, false on error.
Created with MrDocs