Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tracing: clarify span enter docs warning (#2010)
## Motivation It took me several reads to understand why holding a guard over an await was bad because my brain is naturally synchronous and could only think about `my_async_function` and `some_other_async_function` ## Solution Rather than just iterating "this is bad" use that opportunity to introduce why. Remind the user that this is being executed concurrently to other tasks Co-authored-by: Eliza Weisman <eliza@buoyant.io>
- Loading branch information