Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sync: document that
Mutex::const_new()
is not instrumented
The mutex created by `Mutex::const_new()` does not contain the tracing instrumentation that drives `tokio-console`. This change adds documentation to inform the user of this.
- Loading branch information