Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ deliver
Method
deliver
example/cpp11/timeouts/server.cpp:56–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
54
}
55
56
void deliver(const std::string& msg)
57
{
58
for (const auto& s : subscribers_)
59
{
60
s->deliver(msg);
61
}
62
}
63
64
private:
65
std::set<subscriber_ptr> subscribers_;
Callers
1
read_line
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected