Skip to content
  • Michał Góral's avatar
    Handle SIGINT · eb242952
    Michał Góral authored
    Feed Commas will now gracefully shutdown after SIGINT is sent to it. This
    requires that from now on we disallow other exitting than leaving main loop and
    returning from main(), as all cleanup is handled there (atexit is not sufficent
    as it guarantees LIFO functions executions and doesn't clean when program exits
    because of signal).
    
    This closes issue #11.
    eb242952