Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
70
void exception_coro(boost::asio::coroutine& coro)
71
{
72
reenter (coro)
73
{
74
throw 1;
75
}
76
}
77
78
void exception_test()
79
{
Callers
1
exception_test
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected