What's Changed * Improved/fixed reference handling so that all references to registered functions will be removed after unregistration or execution (previously dangling) by cygann in https://github.com/jeremyephron/pyterminate/pull/5.
What's Changed - New `exit_with_signal` decorator, specifically for handling multiprocessing start method fork exit behavior - Ignores requested signals during execution of registered function