ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
QT Schedulers

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

Classes

class  rppqt::schedulers::main_thread_scheduler
 Schedule provided schedulables to main GUI QT thread (where QApplication placed) More...
 

Detailed Description

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

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