tobymao / saq

Simple Async Queues
https://saq-py.readthedocs.io/en/latest/
MIT License
577 stars 39 forks source link

Silence SIGINT causing tracebacks of different process dumping to stderr #89

Closed grigi closed 1 year ago

grigi commented 1 year ago

This confuses things, and at first I through there was no SIGINT handling, but it's there and it works. It just prints spurious things if multiprocessing is used.