MCPcopy
hub / github.com/aceld/zinx / newConnManager

Function newConnManager

znet/connmanager.go:16–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func newConnManager() *ConnManager {
17 return &ConnManager{
18 connections: zutils.NewShardLockMaps(),
19 }
20}
21
22func (connMgr *ConnManager) Add(conn ziface.IConnection) {
23

Callers 1

newServerWithConfigFunction · 0.85

Calls 1

NewShardLockMapsFunction · 0.92

Tested by

no test coverage detected