How can I handle SIGINT in Erlang?

前端 未结 2 441
轻奢々
轻奢々 2021-01-04 12:24

I know how to create custom signal handlers in Java, Python, Ruby, Perl, and Lisp, thanks to Google and a plethora of tutorials. I can\'t find online how to create handlers

2条回答
  •  时光说笑
    2021-01-04 13:04

    I stumbled upon this: http://erlang.org/doc/man/kernel_app.html#erl_signal_server. I have not seen it formally announced anywhere, but I might have missed the announcement.

提交回复
热议问题