How to kill threading and FASTAPI with Ctrl+C?
I would like to stop the execution of a process and FASTAPI with Ctrl+C in Python. But I recieving error KeyboardInterrupt exceptions, how to properly stop threads and FAST API
I would like to stop the execution of a process and FASTAPI with Ctrl+C in Python. But I recieving error KeyboardInterrupt exceptions, how to properly stop threads and FAST API