Takes a body of expressions and yields a future object that will in
(defn future-done? "Returns true if future f is done" {:added "1.1" :static true} [^java.util.concurrent.Future f] (.isDone f))
Comments top
No comments for future-done?. Log in to add a comment.