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