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

Method post

include/asio/impl/executor.hpp:266–270  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 6

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

Calls 1

get_implFunction · 0.85

Tested by

no test coverage detected