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

Function asio_handler_is_continuation

include/boost/asio/impl/spawn.hpp:640–643  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

638
639template <typename Executor, typename Signature>
640inline bool asio_handler_is_continuation(spawn_handler<Executor, Signature>*)
641{
642 return true;
643}
644
645} // namespace detail
646

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected