You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[](https://coveralls.io/github/bemanproject/timed_lock_alg?branch=main)[](https://godbolt.org/z/jPYdxT3E7)
9
9
10
-
`beman.timed_lock_alg` implements timed lock algorithms for multiple lockables.
10
+
`beman.timed_lock_alg` implements timed lock algorithms for multiple lockables and `std::multi_lock`.
11
11
12
-
**Implements**: `std::try_lock_until` and `std::try_lock_for` proposed in [Timed lock algorithms for multiple lockables (P3832R0)](https://wg21.link/P3832R0).
12
+
**Implements**: `std::try_lock_until` and `std::try_lock_for` proposed in [Timed lock algorithms for multiple lockables (P3832R0)](https://wg21.link/P3832R0) and `std::multi_lock` proposed in [`std::multi_lock` (P3833R0)](https://wg21.link/P3832R0)
13
13
14
14
**Status**: [Under development and not yet ready for production use.](https://github.com/bemanproject/beman/blob/main/docs/beman_library_maturity_model.md#under-development-and-not-yet-ready-for-production-use)
0 commit comments