Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewZNotify ¶
Types ¶
type ConnIDMap ¶
type ConnIDMap map[uint64]iface.IConnection
Establish a structure that maps user-defined IDs to connections Map will have concurrent access issues, as well as looping through large amounts of data Currently, a map structure is used to store the data, but it may not be the best choice (建立一个用户自定义ID和连接映射的结构 map会存在 并发问题,大量数据循环读取问题 暂时先用map结构存储,但是应该不是最好的选择,抛砖引玉)
Click to show internal directories.
Click to hide internal directories.