Chu Chin Kuan
Results
2
comments of
Chu Chin Kuan
Have you considered using `receiver.try_recv()` with a sleep if the receiver is empty? `recv()` blocks the thread until an object is received.
Why not just draw the Windows with SFML?