| 638 | |
| 639 | template <typename Executor, typename Signature> |
| 640 | inline bool asio_handler_is_continuation(spawn_handler<Executor, Signature>*) |
| 641 | { |
| 642 | return true; |
| 643 | } |
| 644 | |
| 645 | } // namespace detail |
| 646 |
nothing calls this directly
no outgoing calls
no test coverage detected