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

Function reenter

test/coroutine.cpp:30–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28void yield_break_coro(boost::asio::coroutine& coro)
29{
30 reenter (coro)
31 {
32 yield return;
33 yield break;
34 }
35}
36
37void yield_break_test()

Callers 2

operator()Method · 0.50
operator()Method · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected