| 36 | } |
| 37 | |
| 38 | void execute_destroy() noexcept { |
| 39 | auto coro_handle = std::exchange(m_coro_handle, {}); |
| 40 | coro_handle(); |
| 41 | } |
| 42 | |
| 43 | void operator()() noexcept { |
| 44 | execute_destroy(); |
nothing calls this directly
no outgoing calls
no test coverage detected