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

Function wgen

test/join.cpp:32–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30}
31
32static cobalt::generator<int> wgen(asio::any_io_executor exec)
33{
34 asio::steady_timer tim{exec, std::chrono::milliseconds(25)};
35 co_await tim.async_wait(cobalt::use_op);
36 co_return 123;
37}
38
39static cobalt::promise<void> wthrow(bool throw_ = false)
40{

Callers 1

CO_TEST_CASEFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected