Can you elaborate about the need for a `while` loop in the `awaitTermination` method? https://github.com/jorgee/parallel_data_processor/blob/4ed039b3ed682ba52169ff2b95e1bfbdb9c1929e/src/main/java/es/jea/processor/DataProcessingFramework.java#L49-L51
Can you elaborate about the need for a
whileloop in theawaitTerminationmethod?parallel_data_processor/src/main/java/es/jea/processor/DataProcessingFramework.java
Lines 49 to 51 in 4ed039b