MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / execute

Function execute

3rd/asio-1.24.0/include/asio/execution/blocking.hpp:744–750  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

742
743 template <typename Function>
744 typename enable_if<
745 execution::can_execute<const Executor&, Function>::value
746 >::type execute(ASIO_MOVE_ARG(Function) f) const
747 {
748 blocking_adaptation::blocking_execute(
749 executor_, ASIO_MOVE_CAST(Function)(f));
750 }
751
752 friend bool operator==(const adapter& a, const adapter& b) ASIO_NOEXCEPT
753 {

Callers 15

execute_exMethod · 0.70
blocking_execute_exMethod · 0.70
execute.hppFile · 0.70
operator()Method · 0.50
dispatchMethod · 0.50
dispatchFunction · 0.50
~on_invoker_exitMethod · 0.50
do_executeMethod · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50
operator()Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected