http://qs321.pair.com?node_id=857972


in reply to Re: Stacking Signal Handlers
in thread Stacking Signal Handlers

Installing a signal handler is something that the main process code should do. Not something that happens because of the "use" statement of some module.
As long as you're programming simple scripts in a bubble, that assumption might work.

If, on the other hand, you're developing a framework to be used by others, you'll realize that this is a real-world problem that needs to be addressed -- ideally by a cookbook solution.