Skip to content

Commit e758118

Browse files
committed
Correct the link to P3833
The proposal isn't submitted yet, but the proposal referrs to the reference implementation of std::multi_lock here @ beman so I thought it would be best to get the implementation in place first. Signed-off-by: Ted Lyngmo <[email protected]>
1 parent c374ecc commit e758118

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ SPDX-License-Identifier: MIT
99

1010
`beman.timed_lock_alg` implements timed lock algorithms for multiple lockables and `std::multi_lock`.
1111

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)
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/P3833R0)
1313

1414
**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)
1515

0 commit comments

Comments
 (0)