lemonbar: Change write queue to Shelf.

Possibly significant performance increase
This commit is contained in:
kuben
2020-01-06 23:13:58 +01:00
committed by Jakub Fojt
parent a57aa206aa
commit c63af798fe
3 changed files with 5 additions and 10 deletions

View File

@@ -42,7 +42,7 @@ class LemonModule(threading.Thread):
break
parsed = self.parse(line)
common.write_queue.put(parsed)
common.bar_in_shelf.put(parsed)
def stop(self):
self._stop_module()