Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ leave
Method
leave
example/cpp20/coroutines/chat_server.cpp:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
}
60
61
void leave(chat_participant_ptr participant)
62
{
63
participants_.erase(participant);
64
}
65
66
void deliver(const std::string& msg)
67
{
Callers
1
stop
Method · 0.45
Calls
1
erase
Method · 0.80
Tested by
no test coverage detected