(6) add handler for unix termination signals
authorkremlin <ian@kremlin.cc>
Tue, 5 Aug 2014 02:30:41 +0000 (21:30 -0500)
committerkremlin <ian@kremlin.cc>
Tue, 5 Aug 2014 02:30:41 +0000 (21:30 -0500)
it prints a message and calls foo_mem_clean(), swiftly and safely
bringing the runtime down before letting the calling thread it was
ready to exit. note, this is handled through GLib which guarantees
it is only fired once, rather than unwrapped signals that can occur
wildly.


No differences found