directror travis test status

Welcome

Director is a production-ready supervisor and manager for Erlang/Elixir processes with focus on speed, performance and flexibility.

Synopsis

According to the Erlang's manual:

A supervisor is a process that supervises other processes called child processes. A child process can either be another supervisor or a worker process. Supervisors are used to build a hierarchical process structure called a supervision tree, a nice way to structure a fault-tolerant application.
In Erlang we tell supervisors to start other processes. Every process has its own options called childspec and its supervisor maybe restart it if it crashed based these options, etc.

Features:

All features not listed here. For more info see wiki or examples directory.
For contributing see CONTRIBUTING.md file.

License

BSD 3-Clause

Author

pouriya.jahanbakhsh@gmail.com

Hex version

18.1.1