Browse Source

Code comments

Vova Tkach 5 years ago
parent
commit
fb0e6f977b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      engine/basket/basket.go

+ 1 - 0
engine/basket/basket.go

@@ -136,6 +136,7 @@ func (this *Basket) ProductsCount(p *SBParam) int {
 	return 0
 }
 
+// TODO: run it by go routine time by time
 func (this *Basket) Cleanup(p *SBParam) {
 	this.Lock()
 	defer this.Unlock()