MCPcopy Create free account
hub / github.com/acl-dev/acl / push_back

Method push_back

lib_acl_cpp/src/master/master_udp.cpp:106–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

104}
105
106void master_udp::push_back(socket_stream* ss)
107{
108 thread_mutex_guard guard(lock_);
109 sstreams_.push_back(ss);
110}
111
112void master_udp::remove(socket_stream* ss)
113{

Callers 1

service_on_bindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected