Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maikel/tutorial_stdexec
Another Tutorial on std::execution
https://github.com/maikel/tutorial_stdexec
Last synced: 9 days ago
JSON representation
Another Tutorial on std::execution
- Host: GitHub
- URL: https://github.com/maikel/tutorial_stdexec
- Owner: maikel
- License: unlicense
- Created: 2024-11-02T20:34:26.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-26T07:44:36.000Z (about 1 month ago)
- Last Synced: 2024-11-26T08:30:39.338Z (about 1 month ago)
- Language: C++
- Size: 51.8 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Some Articles about Asynchronous Programming with Senders and Receivers in C++
This is a series of articles for those who are interested in `std::execution` that targets C++26.
1. [Sender Factories](./01_Sender_Factories.md)
2. [Sender Adaptors](./02_Sender_Adaptors.md) (WIP)