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

Method dispatch

include/asio/impl/executor.hpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89 }
90
91 void dispatch(ASIO_MOVE_ARG(function) f)
92 {
93 executor_.dispatch(ASIO_MOVE_CAST(function)(f), allocator_);
94 }
95
96 void post(ASIO_MOVE_ARG(function) f)
97 {

Callers

nothing calls this directly

Calls 1

dispatchMethod · 0.45

Tested by

no test coverage detected