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

Function post

3rd/asio-1.24.0/include/asio/strand.hpp:327–331  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

325 */
326 template <typename Function, typename Allocator>
327 void post(ASIO_MOVE_ARG(Function) f, const Allocator& a) const
328 {
329 detail::strand_executor_service::post(impl_,
330 executor_, ASIO_MOVE_CAST(Function)(f), a);
331 }
332
333 /// Request the strand to invoke the given function object.
334 /**

Callers 15

operator()Method · 0.85
post.hppFile · 0.85
async_sendMethod · 0.85
async_receiveMethod · 0.85
async_sendMethod · 0.85
async_receiveMethod · 0.85
async_send_toMethod · 0.85
async_receive_fromMethod · 0.85
async_acceptMethod · 0.85
async_connectMethod · 0.85
async_resolveMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected