The +Fail permission allows synchronous assertion failures. But async signals like SIGINT can arrive at any time, even in a -Fail definition. I’m not yet sure what to do about this, if anything.
It should also be possible to use a Kitten definition as a signal handler.
The
+Fail
permission allows synchronous assertion failures. But async signals likeSIGINT
can arrive at any time, even in a-Fail
definition. I’m not yet sure what to do about this, if anything.It should also be possible to use a Kitten definition as a signal handler.