mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2026-02-25 16:15:38 +08:00
优化代码
This commit is contained in:
@@ -27,7 +27,6 @@ func (this *Counter) Count() int {
|
||||
}
|
||||
|
||||
// Len 已占用数量
|
||||
// 注意:非线程安全
|
||||
func (this *Counter) Len() int {
|
||||
return len(this.sem)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user