Skip to content

Commit 7e7eebd

Browse files
authored
Update README with additional coroutine library reference
1 parent 77f26a7 commit 7e7eebd

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) 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 [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)).
88

99
## Getting started
1010

0 commit comments

Comments
 (0)