File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff 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_production_ready_stable_api.png " style =" width :5% ; height :auto ;" >
7+
68` beman.execution26 ` provides the basic vocabulary for asynchronous
79programming as well as important algorithms implemented in terms
810of this vocabulary. The key entities of the vocabulary are:
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** : [ Production ready. Stable API.] ( https://github.com/bemanproject/beman/blob/main/docs/BEMAN_LIBRARY_MATURITY_MODEL.md#production-ready-stable-api )
3741
3842## Help Welcome!
3943
You can’t perform that action at this time.
0 commit comments