(defn future? "Returns true if x is a future" {:added "1.1" :static true} [x] (instance? java.util.concurrent.Future x))
Comments top
No comments for future?. Log in to add a comment.