hawkw / hacktor

a secret thing
MIT License
1 stars 0 forks source link

supervisor/supervision trees #3

Open hawkw opened 5 years ago

hawkw commented 5 years ago
hawkw commented 5 years ago

https://github.com/vertexclique/bastion implements a pretty erlang-y supervisor model, including handling panics (which i was not really planning on doing); we should look into whether we can use bastion rather than re-implementing this. there might be an impedance mismatch between our being a "runtime" and bastion also being a "runtime", though...