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

Concept definition

template<typename Fn, typename T>
concept rpp::constraint::on_subscribe_fn = std::invocable<std::decay_t<Fn>, dynamic_subscriber<T>>
Definition: fwd.hpp:27