When terminating the application the worker processes still stay alive.
I tried the ChildManager?.shutdown which goes to JobManager?.shutdown and then TaskQueue?.shutdown but i don't even see any code there which will shutdown the processes.
Next i tried the ChildManager?.detachChild which ends in RemoteCallWorker?.crash - i also can not see any code which will initiate such behavior - it just returns the (empty) job list.
In fact the processes stay alive and i didn't found a way to terminate them.
Is there an other way to do this - or isn't it implemented right now ?