Returns whether the given leaf frame is currently an active suspended leaf.
Synopsis
Declared in <folly/tracing/AsyncStack.h>
bool
isSuspendedLeafActive(AsyncStackFrame& leafFrame) noexcept;
Return Value
True if leafFrame is an active suspended leaf.
Parameters
Name |
Description |
leafFrame |
The leaf frame to query. |
Created with MrDocs