AtomicInteger 及 java.util.concurrent.atomic package下其他的數值類別提供了防鎖死(lock-free),執行緒安全(thread-safe)的原子操作。
確定! 回上一頁