Open 5HT opened 5 years ago
Could you please provide any constraints? Maybe some minimal requirements
The general hierarchical supervision tree with customized number of restarts per each node.
Sources to evaluate: https://github.com/derekkraan/horde
These modules form a very basis of OTP and also a main selling point. Wishing freedom of supervisor implentation and legacy-free API I propose to introduce in new
kernel
andstdlib
applicationsapp
andsup
modules for Application and Supervisior. While implementingapplication
andsupervisor
will be based on wrapping of all calls toapp
andsup
core modules in new runtime.