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

Method push_conn

lib_acl_cpp/src/ipc/ipc_service.cpp:388–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388void ipc_service::push_conn(ipc_client* conn)
389{
390 lock_.lock();
391 conn_pool_.push_back(conn);
392 lock_.unlock();
393}
394
395} // namespace acl

Callers 2

thread_pool_mainFunction · 0.80
thread_once_mainFunction · 0.80

Calls 3

lockMethod · 0.45
push_backMethod · 0.45
unlockMethod · 0.45

Tested by

no test coverage detected