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.gen-server

gen-server behaviour and related functions.

Public variables and functions:

otplike.proc-util

Public variables and functions:

otplike.process

This namespace implements core process concepts like spawning,
linking, monitoring, message passing, exiting, and other.

otplike.supervisor

otplike.timer

This namespace contains helper functions to perform process-related
actions (like sending a message, or exit signal) with a delay.

otplike.trace

Examples:
1. Print all events about processes exited abnormally:
(console-trace (filter (filter-event crashed?)))