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

Function exception_coro

test/coroutine.cpp:70–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68// Coroutine completes via exception.
69
70void exception_coro(boost::asio::coroutine& coro)
71{
72 reenter (coro)
73 {
74 throw 1;
75 }
76}
77
78void exception_test()
79{

Callers 1

exception_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected