Template Function concore::v1::bulk_execute¶
Defined in File execution.hpp
Function Documentation¶
-
template<typename
Executor, typenameFtor, typenameNum>
voidconcore::v1::bulk_execute(Executor &&e, Ftor &&f, Num n)¶ Customization point object that can be used to bulk_execute work on executors.
This will tell the executor object to invoke the given functor, according to the rules defined in the executor.
- Parameters
e: The executor object we are using for our executionf: The functor to be invokedn: The number of times we have to invoke the functor