Async stack traces for suspended coroutines; empty when unavailable.
Synopsis
Declared in <folly/debugging/symbolizer/Symbolizer.h>
std::vector<std::string>
getSuspendedStackTraces();
Return Value
An empty vector on platforms without symbolizer support.
Created with MrDocs