Template Function concore::v1::start¶
Defined in File execution.hpp
Function Documentation¶
-
template<operation_state
Oper>
voidconcore::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
Opertype must model concept operation_state.