MCPcopy Create free account
hub / github.com/cinder/Cinder / defer

Method defer

include/asio/impl/executor.hpp:273–277  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 10

resetWidthFunction · 0.45
path2dpart3.jsFile · 0.45
resetWidthFunction · 0.45
path2dpart2.jsFile · 0.45
resetWidthFunction · 0.45
path2dpart1.jsFile · 0.45
deferMethod · 0.45
deferMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls 1

get_implFunction · 0.85

Tested by

no test coverage detected