目录一、CountDownLatch介绍二、CountDandroidownLatch原理一、CountDownLatch介绍 在日常开发中经常会遇到需要在主线程中开启多个线程去并行执行任务,并且主线程需要等待所有子线程执行完毕后再进行汇总的场景。
If I have a custom class called Tires: #import <Foundation/Foundation.h> @interface Tires : NSObject {