(defn executor-execute "Executes (apply f args) using the specified Executor." [#^java.util.concurrent.Executor executor f & args] (.execute executor #(apply f args)))
Comments top
No comments for executor-execute. Log in to add a comment.