Daniel Jodłoś
Results
2
comments of
Daniel Jodłoś
I think it is a good idea, although I would lean towards using `ensure_` pattern to name those actions, taking inspiration from `Application.ensure_started`. Maybe even more useful would be `ensure_timer_stopped`....
Selecting the behavior when removing a child has an API problem. Because child id can be anything, we cannot use a tuple as action argument, this would make the call...