Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ shutdown
Method
shutdown
example/cpp11/executors/pipeline.cpp:48–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
46
47
private:
48
virtual void shutdown()
49
{
50
for (auto& t : threads_)
51
t.join();
52
}
53
54
std::mutex mutex_;
55
std::vector<std::thread> threads_;
Callers
nothing calls this directly
Calls
1
join
Method · 0.45
Tested by
no test coverage detected