sneilan / stock-exchange

Personal stock exchange on your laptop!
Other
12 stars 4 forks source link

Cleaner Shutdown Implementation #10

Open sneilan opened 7 months ago

sneilan commented 7 months ago

Create a signal handler for Control-C to shut down the exchange. This will make it easier to programmatically test if the exchange is able to be restarted. It will also let us tell clients when the exchange is shutting down.