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
Copy file name to clipboardExpand all lines: src/pages/libraries.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Below is a table of all libraries within The Beman Project and their current sta
26
26
|[beman.scope](https://github.com/bemanproject/scope)|[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)| Provides RAII `scope_guard` facilities. |
27
27
|[beman.take_before](https://github.com/bemanproject/take_before)|[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)| An implementation of `views::take_before`. |
28
28
|[beman.task](https://github.com/bemanproject/task)|[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)| Implementation of a coroutine task ([P3552](https://wg21.link/p3552)). |
29
-
|[beman.timed_lock_alg](https://github.com/bemanproject/timed_lock_alg)|[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)| Timed lock algorithms for multiple lockables ([P3832](https://wg21.link/p3832)) and `std::multi_lock` ([P3833](https://isocpp.org/files/papers/P3833R0.html)). |
29
+
|[beman.timed_lock_alg](https://github.com/bemanproject/timed_lock_alg)|[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)| Timed lock algorithms for multiple lockables ([P3832](https://wg21.link/p3832)) and `std::multi_lock` ([P3833](https://wg21.link/p3833)). |
30
30
|[beman.transform_view](https://github.com/bemanproject/transform_view)|[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)| An update version of `std::ranges::transform_view` that enables conditional borrowability. |
31
31
|[beman.utf_view](https://github.com/bemanproject/utf_view)|[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)| UTF Transcoding Views. |
0 commit comments