diff --git a/README.md b/README.md index a47d3eec..c24ae1ed 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# Beman.Execution: Building Block For Asynchronous Programs +# beman.execution26: Building Block For Asynchronous Programs -`Beman.Execution` provides the basic vocabulary for asynchronous +`beman.execution26` provides the basic vocabulary for asynchronous programming as well as important algorithms implemented in terms of this vocabulary. The key entities of the vocabulary are: @@ -36,7 +36,7 @@ e.g.: | Library | Linux | MacOS | Windows | | ------- | ----- | ----- | ------- | -| build | ![Linux build status](https://github.com/beman-project/Execution26/actions/workflows/linux.yml/badge.svg) | ![MacOS build status](https://github.com/beman-project/Execution26/actions/workflows/macos.yml/badge.svg) | ![Window build status](https://github.com/beman-project/Execution26/actions/workflows/windows.yml/badge.svg) | +| build | ![Linux build status](https://github.com/beman-project/execution26/actions/workflows/linux.yml/badge.svg) | ![MacOS build status](https://github.com/beman-project/execution26/actions/workflows/macos.yml/badge.svg) | ![Window build status](https://github.com/beman-project/execution26/actions/workflows/windows.yml/badge.svg) | You can just use `make` in the current directory. It will invoke `cmake`, build the code, and run tests. To have more control over the build-process diff --git a/include/beman/execution26/detail/meta_combine.hpp b/include/beman/execution26/detail/meta_combine.hpp index f0d3fa2b..0ee15615 100644 --- a/include/beman/execution26/detail/meta_combine.hpp +++ b/include/beman/execution26/detail/meta_combine.hpp @@ -11,21 +11,27 @@ namespace beman::execution26::detail::meta::detail { - template struct combine; + template struct combine; + template