mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
use shutdown instead of shutdownNow to gracefully execute already queued tasks
This commit is contained in:
@@ -217,7 +217,7 @@ public class ExternalJavacManager {
|
||||
|
||||
public void stop() {
|
||||
myChannelRegistrar.close().awaitUninterruptibly();
|
||||
myExecutor.shutdownNow();
|
||||
myExecutor.shutdown();
|
||||
}
|
||||
|
||||
private ExternalJavacProcessHandler launchExternalJavacProcess(UUID uuid,
|
||||
|
||||
Reference in New Issue
Block a user