Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/boostorg/asio
/ join
Method
join
example/cpp11/timeouts/server.cpp:46–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
{
45
public:
46
void join(subscriber_ptr subscriber)
47
{
48
subscribers_.insert(subscriber);
49
}
50
51
void leave(subscriber_ptr subscriber)
52
{
Callers
15
main
Function · 0.45
run
Method · 0.45
run
Method · 0.45
~logger_service
Method · 0.45
start
Method · 0.45
server
Method · 0.45
main
Function · 0.45
main
Function · 0.45
system_executor_execute_test
Function · 0.45
deadline_timer_thread_test
Function · 0.45
system_timer_thread_test
Function · 0.45
strand_test
Function · 0.45
Calls
1
insert
Method · 0.80
Tested by
no test coverage detected