Clarify documentation in folly::coro::Task about when RequestContext is captured
Summary: Clarify that the RequestContext is captured at the time the coroutine is started (e.g. due to co_awaiting it or calling .start()) rather than at the time the coroutine is called. Reviewed By: andriigrynenko Differential Revision: D21353947 fbshipit-source-id: 40ec7b25d84e96a611a1f63b6184a0d6a016948d
Showing
Please register or sign in to comment