dbalek commented on a change in pull request #3237:
URL: https://github.com/apache/netbeans/pull/3237#discussion_r727090421
##########
File path: ide/api.lsp/src/org/netbeans/spi/lsp/CompletionCollector.java
##########
@@ -353,6 +355,17 @@ public T get() throws InterruptedException,
ExecutionException {
}
return super.get();
}
+
+ @Override
+ public T get(long timeout, TimeUnit unit) throws
InterruptedException, ExecutionException, TimeoutException {
+ CompletableFuture.supplyAsync(supplier).thenAccept(t -> {
Review comment:
Fixed. RequestProcessor used as executor.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists