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

Function catch

include/boost/asio/impl/co_spawn.hpp:170–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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{});

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected