ReactivePlusPlus
ReactiveX implementation for C++20
Loading...
Searching...
No Matches
Asio Schedulers

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...
 

Detailed Description

Scheduler is the way to introduce multi-threading in your application via RPP.

See also
https://reactivex.io/documentation/scheduler.html