Struct start_t

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);

See

concore::start()