Skip to content

Commit 18093b9

Browse files
authored
mention Capy in the readme (#56)
1 parent eaa324f commit 18093b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ These are some (largely) independent tests with
44
[coroutines](https://en.cppreference.com/w/cpp/language/coroutines)
55
for the task scheduling studies in Work Package 1.7.
66

7-
This project isn't intended as a coroutine support library. If you're looking for a fully-fledged coroutine library, consider using [cppcoro](https://github.com/lewissbaker/cppcoro), [libcoro](https://github.com/jbaldwin/libcoro) or [concurrencpp](https://github.com/David-Haim/concurrencpp). For composing asynchronous operations across libraries, consider using [std::execution](https://en.cppreference.com/w/cpp/experimental/execution.html) (senders/receivers) (reference implementations [Nvidia/stdexec](https://github.com/NVIDIA/stdexec), [bemanproject/execution](https://github.com/bemanproject/execution)).
7+
This project isn't intended as a coroutine support library. If you're looking for a fully-fledged coroutine library, consider using [cppcoro](https://github.com/lewissbaker/cppcoro), [libcoro](https://github.com/jbaldwin/libcoro) or [concurrencpp](https://github.com/David-Haim/concurrencpp). For composing asynchronous operations across libraries, consider using either [std::execution](https://en.cppreference.com/w/cpp/experimental/execution.html) (senders/receivers, with reference implementation [Nvidia/stdexec](https://github.com/NVIDIA/stdexec) or [bemanproject/execution](https://github.com/bemanproject/execution)) or IoAwaitables protocol ([p4003](https://www.open-std.org/JTC1/SC22/WG21/docs/papers/2026/p4003r0.pdf), with reference implementation [Boost.Capy](https://github.com/cppalliance/capy/)).
88

99
## Getting started
1010

0 commit comments

Comments
 (0)