Changes in / [04994aa:7192145]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
benchmark/readyQ/cycle.go
r04994aa r7192145 14 14 for true { 15 15 <- mine 16 select { 17 case next <- 0: 18 default: 19 } 16 next <- 0 20 17 count += 1 21 18 if clock_mode && atomic.LoadInt32(&stop) == 1 { break }
Note: See TracChangeset
for help on using the changeset viewer.