MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / bulk_submit

Function bulk_submit

include/concurrencpp/executors/executor.h:144–146  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142
143 template<class callable_type, class return_type = std::invoke_result_t<callable_type>>
144 std::vector<concurrencpp::result<return_type>> bulk_submit(std::span<callable_type> callable_list) {
145 return do_bulk_submit<executor>(callable_list);
146 }
147 };
148} // namespace concurrencpp
149

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected