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

Function dispatch

include/asio/detail/handler_work.hpp:272–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

270
271 template <typename Function, typename Handler>
272 void dispatch(Function& function, Handler& handler)
273 {
274 executor_.dispatch(ASIO_MOVE_CAST(Function)(function),
275 asio::get_associated_allocator(handler));
276 }
277
278private:
279 Executor executor_;

Callers 3

completeMethod · 0.70
completeMethod · 0.70
dispatchMethod · 0.50

Calls 3

get_associated_allocatorFunction · 0.85
executeFunction · 0.50
dispatchMethod · 0.45

Tested by

no test coverage detected