Struct schedule_t¶
Defined in File execution.hpp
Struct Documentation¶
-
struct
schedule_t¶ Customization point object tag for concore::schedule()
To add support for concore::schedule() to a type
T, one can define:auto tag_invoke(schedule_t, T);
Defined in File execution.hpp
schedule_t¶Customization point object tag for concore::schedule()
To add support for concore::schedule() to a type T, one can define:
auto tag_invoke(schedule_t, T);