ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
Loading...
Searching...
No Matches
rpp::schedulers::constraint::schedulable_fn Concept Reference
Concept definition
template
<
typename
T>
concept
rpp::schedulers::constraint::schedulable_fn
= std::invocable<T> && std::same_as<std::invoke_result_t<T>, optional_duration>
rpp::schedulers::constraint::schedulable_fn
Definition:
constraints.hpp:22
rpp
schedulers
constraint
schedulable_fn
Generated by
1.9.7