Closed jonschoning closed 1 year ago
fixes https://github.com/jonschoning/espial/issues/46
on SIGTERM, now an exception will be thrown to the main thread, instead of immediate exit, allowing finalizers to run. SIGINT is already handled similarly by the GHC rts.
fixes https://github.com/jonschoning/espial/issues/46