Initial Ctrl+C Signal Handling Support (#85)
This change implements the foundations for handling signals. Specifically, only the SIGINT signal is being handled right now. SIGINT will kill active child processes, but it will not yet break control flow.
Loading
Please register or sign in to comment