From: Christopher Allan Webber Date: Wed, 4 Jan 2017 20:12:15 +0000 (-0600) Subject: actors: Cleanup on signals. X-Git-Tag: v0.4.0~21 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=04cb3218619e5fd734dd0644e734b3fe506caf00;hp=04cb3218619e5fd734dd0644e734b3fe506caf00 actors: Cleanup on signals. * 8sync/actors.scm (run-hive): Handle signals, currently SIGINT and SIGTERM, in a friendly way. Will still run cleanup on actors. ---