(exit reason)
(exit reason pid)
Constructor for OtpErlangExit
.
reason
may be of type OtpErlangObject
or String
pid
is optional, but if provided, must be of type OtpErlangPid
Constructor 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 is a website building & hosting documentation for Clojure/Script libraries
× close