- Introduction
- Platform
- Tutorial
- Language reference
- Verbs
- Iterators
- Queries
- Dynamic parsers
- Language idioms
- Standard library
- Plugins
- For Python developers
- For KDB+ developers
- Application examples
- FAQ
Plugin ctrlc
SIGINT processing reagent.
Content
Reagent | Description / comments |
---|---|
reagent[`ctrlc] | Reagent for catching SIGINT |
Examples:
o)load "ctrlc";
o)rINT: reagent[`ctrlc];
o)// reaction for Ctrl-C
o)react {[x:rINT] 0N!"I'll be back" };
o)