Implement wrapper for OnceLock

This commit is contained in:
2023-08-26 00:01:14 +02:00
parent 49b15bb6bd
commit 00420d6807
2 changed files with 145 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- The minimum supported Rust version is now defined as 1.70. Previously it was undefined.
- Wrappers for `std::sync` primitives can now be `const` constructed.
- Add support for `std::sync::OnceLock`
### Breaking