Add co_current_async_stack_trace awaitable
Summary: Adds a new awaitable that extracs the current async stack-trace as a vector of program counters from within the current coroutine. Usage: ``` std::vector<std::uintptr_t> programCounters = co_await folly::coro::co_current_async_stack_trace; ``` Reviewed By: andriigrynenko Differential Revision: D21130683 fbshipit-source-id: bf67a9969f73bdb8b91b4cc2858883b8e87762e2
Showing
Please register or sign in to comment