eclipse / lsp4e

Language Server Protocol support in Eclipse IDE
Eclipse Public License 2.0
57 stars 54 forks source link

use delayedExecutor in MockLanguageServer for delaying #994

Closed sebthom closed 2 months ago

sebthom commented 2 months ago

use CompletableFuture#delayedExecutor for delaying executions instead of blocking threads of ForkJoinPool#commonPool by using Thread.sleep() to reduce congestion of the common pool.