| 168 | } |
| 169 | #if !defined(BOOST_ASIO_NO_EXCEPTIONS) |
| 170 | catch (...) |
| 171 | { |
| 172 | if (done) |
| 173 | throw; |
| 174 | |
| 175 | e = std::current_exception(); |
| 176 | } |
| 177 | #endif // !defined(BOOST_ASIO_NO_EXCEPTIONS) |
| 178 | |
| 179 | bool is_launching = (co_await awaitable_thread_is_launching{}); |
nothing calls this directly
no outgoing calls
no test coverage detected