Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ stop
Method
stop
example/cpp11/executors/priority_scheduler.cpp:83–88 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
}
82
83
void stop()
84
{
85
std::lock_guard<std::mutex> lock(mutex_);
86
stopped_ = true;
87
condition_.notify_all();
88
}
89
90
private:
91
struct item_base
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected