Struct submit_t

Struct Documentation

struct submit_t

Customization point object tag for concore::submit()

To add support for concore::submit() to a type S, with the receiver R, one can define:

void tag_invoke(submit_t, S, R);

See

concore::submit()