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

Method defer

demo_example/asio/asio/impl/executor.hpp:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271template <typename Function, typename Allocator>
272void executor::defer(ASIO_MOVE_ARG(Function) f,
273 const Allocator& a) const
274{
275 get_impl()->defer(function(ASIO_MOVE_CAST(Function)(f), a));
276}
277
278template <typename Executor>
279Executor* executor::target() ASIO_NOEXCEPT

Callers 4

deferMethod · 0.45
deferMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected