Liking cljdoc? Tell your friends :D

otplike.trace

Examples:

  1. Print all events about processes exited abnormally:
(otplike.trace/crashed #(println %))
Examples:

1. Print all events about processes exited abnormally:

```
(otplike.trace/crashed #(println %))
```
raw docstring

crashedclj

(crashed handler)
source

crashed?clj

(crashed? {:keys [kind extra]})
source

kindclj

(kind kind handler)
source

pidclj

(pid pid handler)
source

reg-nameclj

(reg-name reg-name handler)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close