Apple-CS-interview / iOS-CS-interview

7 stars 0 forks source link

NSOperationQueue 와 GCD Queue 의 차이점을 설명하시오. #51

Open Hminchae opened 5 months ago

Hminchae commented 5 months ago

NSOperationQueue와 Grand Central Dispatch (GCD) Queue는 iOS에서 멀티스레딩 및 비동기 작업을 처리하기 위한 두 가지 주요 방법

NSOperationQueue

GCD Queue

둘의 차이

Do-hyun-Kim commented 5 months ago
OperationQueue의 특징
Operation 상태
NSOpertaionQueue란?

NSOperationQueue 와 GCD Queue 의 차이점

📝참고 사이트
vichye-1 commented 5 months ago

NSOperationQueue

GCD Queue