bastion
bastion copied to clipboard
Configurable system tick
Write a configurable system tick:
- [ ] if possible separately configurable for any supervisor
- [ ] if possible separately configurable for any children group
- [ ] prevent thundering herd on close
Channels from procs -> supervisor would solve close problems. @azastrael implemented most parts of it. It should prevent the mentioned problems above.
Tests should test at least thundering herd on close. #60 Can be closed when #60 is closed.
Spin loop needed before yielding the Children, Supervisor references. Tests surfaced this.