Busy waiting on a Threadsafe Queue with sleep(0.1) is probably spinning off lots of infinite while loops(in different parts of code hogging the CPU (?)
asyncio.queue would probably help here.
( ill check if this is possible atleast for TUI IO class )
Busy waiting on a Threadsafe Queue with sleep(0.1) is probably spinning off lots of infinite while loops(in different parts of code hogging the CPU (?)
asyncio.queuewould probably help here.( ill check if this is possible atleast for TUI IO class )