![]() |
beman::execution
Building Block For Asynchronous Programs
|
This project implements the C++ support for asynchronous operations, knows as sender/receiver or std::execution.
There are a few ingredients to using std::execution:
sync_wait() or counting_scope.task to make sender composition easier for typical use cases.concurrent_queue.