-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Can you elaborate about the need for a while loop in the awaitTermination method?
parallel_data_processor/src/main/java/es/jea/processor/DataProcessingFramework.java
Lines 49 to 51 in 4ed039b
| while (!executorService.isTerminated()){ | |
| executorService.awaitTermination(TIMEOUT, TimeUnit.SECONDS); | |
| } |
Metadata
Metadata
Assignees
Labels
No labels