-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
support procedural process-trap-exit handler
Support a procedural handler as the value for process-trap-exit so that a process blocked in a gen-server call can perform some clean-up if killed. This commit also fixes an obscure bug in the case where a receive form has a guard that calls receive. Rework the interactive console so that: - we can interrupt the REPL via ^C on Windows again, - we can wait until interrupts are enabled before invoking the keyboard-interrupt-handler, and - a script can start an interactive REPL that handles ^C as Swish does User visible changes to the behavior of the interactive console include: - trying to read from the console in a spawned process returns #!eof,
- Loading branch information
1 parent
a2ba260
commit da9ff8d
Showing
8 changed files
with
1,160 additions
and
169 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.