Skip to content

Commit f25c579

Browse files
committed
beman.execution26: change library status to production-ready stable api
Signed-off-by: Radu Nichita <[email protected]>
1 parent 38e376c commit f25c579

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
33
-->
44
# beman.execution26: Building Block For Asynchronous Programs
55

6+
<img src="https://github.com/bemanproject/beman/blob/main/images/logos/beman_logo-beman_library_under_development.png" style="width:5%; height:auto;">
7+
68
`beman.execution26` provides the basic vocabulary for asynchronous
79
programming as well as important algorithms implemented in terms
810
of this vocabulary. The key entities of the vocabulary are:
@@ -33,7 +35,9 @@ e.g.:
3335
completed.
3436
- `bulk(...)` to executed execute work, potentially concurrently.
3537

36-
**Implements:** [`std::execution` (P2300)](http://wg21.link/p2300).
38+
**Implements:** [`std::execution` (P2300R10)](http://wg21.link/P2300R10).
39+
40+
**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)
3741

3842
## Help Welcome!
3943

0 commit comments

Comments
 (0)