ReactivePlusPlus
ReactiveX implementation for C++20
|
Scheduler is the way to introduce multi-threading in your application via RPP. More...
Classes | |
class | rppasio::schedulers::strand |
Asio based scheduler where each worker is assigned an asio strand to execute schedulables with the guarantee that none of those schedulables will execute concurrently. More... | |
Scheduler is the way to introduce multi-threading in your application via RPP.