一個簡單的自旋鎖

package spin; import java.util.concurrent.atomic.AtomicReference; public class spinDemo { AtomicReference<Thread> atomicReference = new AtomicReference<>(); //加鎖 public void myLock(){
相關文章
相關標籤/搜索