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

Function execute

demo_example/asio/asio/system_executor.hpp:332–335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

330 */
331 template <typename Function>
332 void execute(ASIO_MOVE_ARG(Function) f) const
333 {
334 this->do_execute(ASIO_MOVE_CAST(Function)(f), Blocking());
335 }
336
337#if !defined(ASIO_NO_TS_EXECUTORS)
338public:

Callers

nothing calls this directly

Calls 1

do_executeMethod · 0.45

Tested by

no test coverage detected