future-done?

clojure.core

  • (future-done? f)
Returns true if future f is done

0 Examples top

Log in to add / edit an example.

See Also top

Log in to add a see also.

Plus_12x12 Minus_12x12 Source clojure/core.clj:5744 top

(defn future-done?
  "Returns true if future f is done"
  {:added "1.1"
   :static true}
  [^java.util.concurrent.Future f] (.isDone f))
Vars in clojure.core/future-done?:
Used in 0 other vars

Comments top

No comments for future-done?. Log in to add a comment.