Skip to content

Init signal final

Nelson Tavares de Sousa requested to merge InitSignal-final into master

#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.

Merge request reports