MCPcopy Create free account
hub / github.com/alibaba/async_simple / bulk_execute

Function bulk_execute

demo_example/asio/asio/thread_pool.hpp:615–622  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

613 }
614
615public:
616 /// Bulk execution function.
617 template <typename Function>
618 void bulk_execute(ASIO_MOVE_ARG(Function) f, std::size_t n) const
619 {
620 this->do_bulk_execute(ASIO_MOVE_CAST(Function)(f), n,
621 integral_constant<bool, (Bits & blocking_always) != 0>());
622 }
623
624 /// Schedule function.
625 /**

Calls 1

do_bulk_executeMethod · 0.80

Tested by

no test coverage detected