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

Function execute

demo_example/asio/asio/thread_pool.hpp:609–613  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

607 */
608 template <typename Function>
609 void execute(ASIO_MOVE_ARG(Function) f) const
610 {
611 this->do_execute(ASIO_MOVE_CAST(Function)(f),
612 integral_constant<bool, (Bits & blocking_always) != 0>());
613 }
614
615public:
616 /// Bulk execution function.

Callers

nothing calls this directly

Calls 1

do_executeMethod · 0.45

Tested by

no test coverage detected