Template Function concore::v1::start

Function Documentation

template<operation_state Oper>
void concore::v1::start(Oper &&o)

Customization point object that can be used to start asynchronous operations.

This is called whenever one needs to start an asynchronous operation.

Parameters
  • o: The operation that should be started

The Oper type must model concept operation_state.

See

operation_state