Searched defs:Gate (Results 1 – 1 of 1) sorted by relevance
13 type Gate struct { struct14 cv *sync.Cond15 busy []bool16 pos int17 running int18 stop bool19 f func()31 func (g *Gate) Enter() int {50 func (g *Gate) Leave(idx int) {