Struct set_done_t¶
Defined in File execution.hpp
Struct Documentation¶
-
struct
set_done_t¶ Type to use for customization point for concore::set_done()
To add support for concore::set_done() to a type
T, one can define:void tag_invoke(set_done_t, T);
A type models is a receiver if it has the following three customization point objects defined: