Mondego / spacetime

The spacetime framework for simulations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gracefully shutdown application on request or Ctrl+C

arthur00 opened this issue · comments

NodeSimulation does not stop when Ctrl+C is passed, which i imagine is also the case with other applications. Instruct users how to shutdown gracefully, and catch ctrl+c and also gracefully shutdown (including running their shutdown method, so they can delete their objects, for instance).