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

Method post

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

Source from the content-addressed store, hash-verified

101 }
102
103 void post(function&& f)
104 {
105 executor_.post(static_cast<function&&>(f), allocator_);
106 }
107
108 void defer(function&& f)
109 {

Callers

nothing calls this directly

Calls 1

postMethod · 0.45

Tested by

no test coverage detected