ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
 
Loading...
Searching...
No Matches
rpp::schedulers::constraint::worker Concept Reference

Concept definition

template<typename T>
concept rpp::schedulers::constraint::worker = std::is_base_of_v<details::worker_tag, std::decay_t<T>>
Definition: constraints.hpp:28