Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ stop
Method
stop
example/cpp14/executors/priority_scheduler.cpp:110–115 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
108
}
109
110
void stop()
111
{
112
std::lock_guard<std::mutex> lock(mutex_);
113
stopped_ = true;
114
condition_.notify_all();
115
}
116
117
private:
118
struct item_base
Callers
1
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected