Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ leave
Method
leave
example/cpp11/chat/chat_server.cpp:50–53 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
void leave(chat_participant_ptr participant)
51
{
52
participants_.erase(participant);
53
}
54
55
void deliver(const chat_message& msg)
56
{
Callers
3
do_read_header
Method · 0.45
do_read_body
Method · 0.45
do_write
Method · 0.45
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected