Chris Xue
Results
1
comments of
Chris Xue
`Get()` has 100% CPU usage because it uses [busy waiting](https://en.wikipedia.org/wiki/Busy_waiting) strategy when the buffer is empty. Ideally we should add a new method which returns as soon as we find...