Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/cobalt
/ test
Function
test
test/handler.cpp:25–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
23
24
25
void test(boost::cobalt::completion_handler<> ch)
26
{
27
boost::asio::post(std::move(ch));
28
}
29
30
BOOST_AUTO_TEST_SUITE(handler);
31
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected