Struct set_done_t

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:

See

concore::set_done(), set_value_t, set_error_t