Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ symmetrical_test_impl
Function
symmetrical_test_impl
test/experimental/coro/simple_test.cpp:207–213 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
205
}
206
207
boost::asio::experimental::coro<int(int)>
208
symmetrical_test_impl(boost::asio::any_io_executor)
209
{
210
int i = 0;
211
while (true)
212
i = (co_yield i) + i;
213
}
214
215
boost::asio::awaitable<void> symmetrical_test()
216
{
Callers
1
symmetrical_test
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected