(exit reason)(exit reason pid)Constructor for OtpErlangExit.
reason may be of type OtpErlangObject or Stringpid is optional, but if provided, must be of type OtpErlangPidConstructor for `OtpErlangExit`. * `reason` may be of type `OtpErlangObject` or `String` * `pid` is optional, but if provided, must be of type `OtpErlangPid`
Exception raised when a communication channel is broken. This can be caused for a number of reasons, for example:
Exception raised when a communication channel is broken. This can be caused for a number of reasons, for example: * an error in communication has occurred * a remote process has sent an exit signal * a linked process has exited
(get-pid this)Get the pid of the process that sent this exit.
Get the pid of the process that sent this exit.
(get-reason this)Get the reason associated with this exit signal.
Get the reason associated with this exit signal.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |