Otplike 0.2.0-alpha
Erlang/OTP like processes and behaviours on top of core.async.
Installation
To install, add the following dependency to your project or build file:
[otplike "0.2.0-alpha"]
Namespaces
otplike.process
This namespace implements core process concepts like spawning, linking, monitoring, message passing, exiting, and other.
Public variables and functions:
otplike.timer
This namespace contains helper functions to perform process-related actions (like sending a message, or exit signal) with a delay.
Public variables and functions:
otplike.trace
Examples: 1. Print all events about processes exited abnormally: (console-trace (filter (filter-event crashed?)))
Public variables and functions: