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

Method post

include/asio/impl/executor.hpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94 }
95
96 void post(ASIO_MOVE_ARG(function) f)
97 {
98 executor_.post(ASIO_MOVE_CAST(function)(f), allocator_);
99 }
100
101 void defer(ASIO_MOVE_ARG(function) f)
102 {

Callers

nothing calls this directly

Calls 1

postMethod · 0.45

Tested by

no test coverage detected