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

Function void_post_loop

test/experimental/awaitable_operators.cpp:54–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54awaitable<void> void_post_loop()
55{
56 for (;;)
57 co_await boost::asio::post(boost::asio::use_awaitable);
58}
59
60awaitable<int> int_0()
61{

Callers 1

Calls 1

postFunction · 0.50

Tested by

no test coverage detected