.
git-svn-id: svn://47.119.165.148/zhub@58 e63fbceb-bcc3-4977-ac22-735b83d8d0f4
This commit is contained in:
14
zsub/ztopic.go
Normal file
14
zsub/ztopic.go
Normal file
@@ -0,0 +1,14 @@
|
||||
package zsub
|
||||
|
||||
import "sync"
|
||||
|
||||
type ZTopic struct { //ZTopic
|
||||
sync.Mutex
|
||||
groups map[string]*ZGroup
|
||||
mcount int
|
||||
chMsg chan string // 主题消息投递
|
||||
}
|
||||
|
||||
func createZTopic() {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user