This commit is contained in:
Liang Ding 2014-09-24 16:24:24 +08:00
parent ac254e0c85
commit f3da865383
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ type Event struct {
} }
// 全局事件队列. // 全局事件队列.
// 入队的事件将分发到每个用户的通知队列. // 入队的事件将分发到每个用户的事件队列中.
var EventQueue = make(chan int, MaxQueueLength) var EventQueue = make(chan int, MaxQueueLength)
// 用户事件队列. // 用户事件队列.