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

Method post

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

Source from the content-addressed store, hash-verified

282
283template <typename Function, typename Allocator>
284void executor::post(Function&& f,
285 const Allocator& a) const
286{
287 get_impl()->post(function(static_cast<Function&&>(f), a));
288}
289
290template <typename Function, typename Allocator>
291void executor::defer(Function&& f,

Callers 6

postFunction · 0.45
postFunction · 0.45
deferFunction · 0.45
dispatchMethod · 0.45
postMethod · 0.45
postMethod · 0.45

Calls 1

functionClass · 0.50

Tested by

no test coverage detected