MCPcopy Create free account
hub / github.com/boostorg/asio / owns_work

Function owns_work

include/boost/asio/detail/handler_work.hpp:260–263  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 bool owns_work() const noexcept
261 {
262 return !!executor_;
263 }
264
265 template <typename Function, typename Handler>
266 void dispatch(Function& function, Handler& handler)

Callers 3

handler_workMethod · 0.85
completeMethod · 0.85
completeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected