Supervisor.start_children blocks

Knee deep into working with OTP I came across the following scenario: I had a Supervisor that can dynamically spawn workers and each worker initializes their own state with an expensive function. To speed »