#include <rpp/rpp.hpp>
#include <iostream>
int main()
{
.take(5)
.subscribe([](int v) { std::cout << v << " "; });
return 0;
}
Schedules execution of schedulables via queueing tasks to the caller thread with priority to time_poi...
Definition: trampoline_scheduler.hpp:41