swap! 函数是不是原子操作? (def counter (atom 1)) (defn swap-long-sleep-inc [atom] (swap! atom #(do (print "start ") (Thread/sleep 100) ...
確定! 回上一頁