Tasks may be push
ed, upon which they are immediately invoked.
More...
#include <ConcurrencyModels.hpp>
|
template<class Fn , class... Args>
requires std::invocable<Fn, Args...> && std::is_convertible_v<R, std::invoke_result_t<Fn, Args...>> |
constexpr std::invoke_result_t< Fn, Args... > | push (Fn &&fn, Args &&... args) |
|
template<class R>
class sequoia::concurrency::serial< R >
Tasks may be push
ed, upon which they are immediately invoked.
The documentation for this class was generated from the following file: