Skip to content
Snippets Groups Projects
Commit 382d194d authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

added body for a new service and execution waits for termination when

aborting
parent b1d8f7bf
No related branches found
No related tags found
No related merge requests found
...@@ -263,6 +263,7 @@ public final class Execution<T extends Configuration> implements UncaughtExcepti ...@@ -263,6 +263,7 @@ public final class Execution<T extends Configuration> implements UncaughtExcepti
for (Stage stage : configuration.getContext().getThreadableStages().keySet()) { for (Stage stage : configuration.getContext().getThreadableStages().keySet()) {
stage.terminate(); stage.terminate();
} }
waitForTermination();
} }
/** /**
......
package teetime.framework.service;
public class RuntimeException {
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment