ReactivePlusPlus
One more implementation of ReactiveX approach in C++ with care about performance and templates in mind
Loading...
Searching...
No Matches
rpp::schedulers::worker_strategy Concept Reference
Concept definition
template
<
typename
T>
concept
rpp::schedulers::worker_strategy
= std::copyable<T> &&
requires
(
const
T t)
{
t.defer_at(time_point{}, std::declval<optional_duration(*)()>());
{ t.now() } -> std::same_as<time_point>;
}
rpp::schedulers::worker_strategy
Definition:
worker.hpp:23
rpp
schedulers
worker_strategy
Generated by
1.9.7