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

Function fall_off_end_coro

test/coroutine.cpp:89–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

87// Coroutine completes by falling off the end.
88
89void fall_off_end_coro(boost::asio::coroutine& coro)
90{
91 reenter (coro)
92 {
93 }
94}
95
96void fall_off_end_test()
97{

Callers 1

fall_off_end_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected