#include <rpp/rpp.hpp>
 
#include <iostream>
 
int main() 
{
    {
        std::vector<int> vals{1, 2, 3};
    }
 
    {
        std::vector<int> vals{1, 2, 3};
    }
 
    {
        std::vector<int> vals{1, 2, 3};
    }
 
    {
        
    }
    return 0;
}
Schedules execution of schedulables via queueing tasks to the caller thread with priority to time_poi...
Definition current_thread.hpp:86
 
auto from_callable(Callable &&callable)
Creates rpp::specific_observable that calls provided callable and emits resulting value of this calla...
Definition from.hpp:249
 
auto from_iterable(Iterable &&iterable, const TScheduler &scheduler)
Creates observable that emits a items from provided iterable.
Definition from.hpp:175