Struct execute_t

Struct Documentation

struct execute_t

Type to use for customization point for concore::execute()

To add support for concore::execute() to a type T, for given functor type F, one can define:

void tag_invoke(execute_t, T, F);

See

concore::execute()