MCPcopy 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{
45public:
46 void join(subscriber_ptr subscriber)
47 {
48 subscribers_.insert(subscriber);
49 }
50
51 void leave(subscriber_ptr subscriber)
52 {

Callers 15

mainFunction · 0.45
runMethod · 0.45
runMethod · 0.45
~logger_serviceMethod · 0.45
startMethod · 0.45
serverMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
system_timer_thread_testFunction · 0.45
strand_testFunction · 0.45

Calls 1

insertMethod · 0.80

Tested by

no test coverage detected