Add a wrapper for std::sync::Condvar

This wrapper does not do any tracing itself but supports the use of a
tracing mutex guard instead of an `std::sync` one.
This commit is contained in:
2022-05-17 21:45:25 +02:00
parent 1f7e6921aa
commit 312eaa8649
2 changed files with 129 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
### Added
- Build [docs.rs] documentation with all features enabled for completeness.
- Add support for `std::sync::Condvar`
### Fixed