We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
send_abnormal_exit
selecting_trapped_exits
When using selecting_trapped_exits, calling
process.send_abnormal_exit(some_process, "reason")
will end up reporting process.Abnormal("Abnormal(\"reason\")") instead of process.Abnormal("reason")
process.Abnormal("Abnormal(\"reason\")")
process.Abnormal("reason")