Get access to the current thread's top-most AsyncStackRoot.
Declared in <folly/tracing/AsyncStack.h>
[[nodiscard]]
AsyncStackRoot&
getCurrentAsyncStackRoot() noexcept;
Assumes that there is a current AsyncStackRoot.
Reference to the current thread's top-most stack root.
The return value should not be discarded.