Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ deliver
Method
deliver
example/cpp11/timeouts/server.cpp:355–359 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
353
354
private:
355
void deliver(const std::string& msg)
356
{
357
boost::system::error_code ignored_error;
358
socket_.send(boost::asio::buffer(msg), 0, ignored_error);
359
}
360
361
udp::socket socket_;
362
};
Callers
nothing calls this directly
Calls
2
buffer
Function · 0.85
send
Method · 0.45
Tested by
no test coverage detected