MCPcopy Create free account
hub / github.com/boostorg/cobalt / step

Method step

test/fork.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 tester() : cobalt::detail::fork::shared_state{buf, 4096} {}
22
23 static cobalt::detail::fork step(tester & , int i= 0)
24 {
25 if (i == 42)
26 co_await cobalt::detail::fork::wired_up;
27 co_return;
28 }
29};
30
31CO_TEST_CASE(fork)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected