jdeferred / jdeferred

Java Deferred/Promise library similar to JQuery.

Home Page:jdeferred.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature request: Adding a get() method for blocking get result.

tramchamploo opened this issue · comments

Can't blocking get result in one statement.

Actually I'd say this would be the wrong thing to do. If you need a blocking "promise" and if you're able to use Java8 then please try CompletableFuture instead.

closing for now