最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網(wǎng) 會員登陸 & 注冊

2年大廠經(jīng)驗,面試還是太緊張,90%的人不會寫

2023-07-02 16:59 作者:烈灬火5  | 我要投稿

public class MultiThreadPrintTest {


??public static void main(String[] args) {


????CyclicBarrier barrier = new CyclicBarrier(3);


????AtomicInteger count = new AtomicInteger(0);


????CompletableFuture.runAsync(() -> {

??????while (true) {

????????// 自旋等待

????????while (count.get() % 2 != 0 ) {


????????}

????????if (count.get() < 100) {

??????????System.out.println("a");

??????????count.getAndIncrement();

????????} else {

??????????try {

????????????// 讓另一個線程最后的自旋解鎖

????????????count.getAndIncrement();

????????????barrier.await();

??????????} catch (InterruptedException | BrokenBarrierException e) {

????????????throw new RuntimeException(e);

??????????}

??????????return;

????????}

??????}

????});


????CompletableFuture.runAsync(() -> {

??????while (true) {

????????// 自旋等待

????????while (count.get() % 2 != 1 ) {


????????}

????????if (count.get() < 100) {

??????????System.out.println("b");

??????????count.getAndIncrement();

????????} else {

??????????try {

????????????barrier.await();

??????????} catch (InterruptedException | BrokenBarrierException e) {

????????????throw new RuntimeException(e);

??????????}

??????????return;

????????}

??????}

????});


????try {

??????barrier.await();

????} catch (InterruptedException | BrokenBarrierException e) {

??????throw new RuntimeException(e);

????}

????System.out.println("執(zhí)行結(jié)束");

??}

}

2年大廠經(jīng)驗,面試還是太緊張,90%的人不會寫的評論 (共 條)

分享到微博請遵守國家法律
密山市| 奇台县| 连城县| 乳山市| 乌鲁木齐市| 琼中| 上杭县| 湖北省| 兴山县| 栾川县| 靖州| 雷山县| 图木舒克市| 桃园县| 贵阳市| 龙口市| 扎鲁特旗| 庆云县| 东乌珠穆沁旗| 娄烦县| 开远市| 图木舒克市| 凤阳县| 新疆| 枝江市| 浦江县| 皋兰县| 连城县| 咸阳市| 响水县| 鲁甸县| 龙井市| 武功县| 天台县| 施秉县| 广宗县| 登封市| 麻栗坡县| 黄龙县| 长治市| 抚州市|