Init signal final
#154 (closed) Introduced semaphores in RunnableProducerStage which let it wait for Initializing- and StartingSignal. The analysis starts all threads instantly in init() and sends an InitializingSignal. All producer wait until they all get triggered.