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

Method post

3rd/asio-1.24.0/include/asio/impl/executor.hpp:265–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263
264template <typename Function, typename Allocator>
265void executor::post(ASIO_MOVE_ARG(Function) f,
266 const Allocator& a) const
267{
268 get_impl()->post(function(ASIO_MOVE_CAST(Function)(f), a));
269}
270
271template <typename Function, typename Allocator>
272void executor::defer(ASIO_MOVE_ARG(Function) f,

Callers 4

postMethod · 0.45
postMethod · 0.45
operator()Method · 0.45
operator()Method · 0.45

Calls 1

get_implFunction · 0.50

Tested by

no test coverage detected