MCPcopy Create free account
hub / github.com/boostorg/asio / defer

Method defer

include/boost/asio/impl/executor.hpp:291–295  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

289
290template <typename Function, typename Allocator>
291void executor::defer(Function&& f,
292 const Allocator& a) const
293{
294 get_impl()->defer(function(static_cast<Function&&>(f), a));
295}
296
297template <typename Executor>
298Executor* executor::target() noexcept

Callers 3

deferFunction · 0.45
deferMethod · 0.45
deferMethod · 0.45

Calls 1

functionClass · 0.50

Tested by

no test coverage detected