alex-petrenko / signal-slot

Qt-like event loops, signals and slots for communication across threads and processes in Python
MIT License
10 stars 2 forks source link

handle queue.Full exception #1

Closed wmFrank closed 2 years ago

wmFrank commented 2 years ago

Handled it by logging it, so it won't interrupt the execution of emitting signal.