Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
54
awaitable<void> void_post_loop()
55
{
56
for (;;)
57
co_await boost::asio::post(boost::asio::use_awaitable);
58
}
59
60
awaitable<int> int_0()
61
{
Callers
1
do_test_and_awaitable_operator
Function · 0.85
Calls
1
post
Function · 0.50
Tested by
no test coverage detected