Struct submit_t¶
Defined in File execution.hpp
Struct Documentation¶
-
struct
submit_t¶ Customization point object tag for concore::submit()
To add support for concore::submit() to a type
S, with the receiverR, one can define:void tag_invoke(submit_t, S, R);