MCPcopy Create free account
hub / github.com/boostorg/cobalt / BOOST_CATCH

Function BOOST_CATCH

src/thread.cpp:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57 st->ctx.run();
58 }
59 BOOST_CATCH(...)
60 {
61 ep = std::current_exception();
62 }
63 BOOST_CATCH_END
64
65 st->done = true;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected