the-algorithm
the-algorithm copied to clipboard
Remove busy wait in logging loop
Replace polling with standard BlockingQueue#take() method.