News

Learn how to use ExecutorService and ScheduledExecutorService classes to manage thread pools in JavaFX. Improve your GUI performance and responsiveness with concurrency.
In this article I’ll walk through two approaches to writing a web crawler: one using the Java 6 ExecutorService, and the other Java 7’s ForkJoinPool.In order to follow the examples, you’ll ...
After merging #2884 the ExecutorService is properly shuts down. However, this issue still appears in SonarCloud. The problem is, that in Java 8 (that we use) ExecutorService has no close method.