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