OperationQueue

    [Swift] OperationQueue

    [Swift] OperationQueue

    DispatchQueue는 들어봤는데 OperationQueue는 처음 들어봤다. OperationQueue에 대해서 아주 간단히 알아보자. 오늘 볼 두 개의 키위드 Document다. https://developer.apple.com/documentation/foundation/operation https://developer.apple.com/documentation/foundation/operationqueue 동시성(Concurrency) 프로그래밍을 위한 개념이라는 것을 알 수 있다. *병렬성(Parallelism)과는 다른 개념입니다! 동시성과 병렬성에 대한 기가막힌 사진이 있어 가져와봤습니다. 다시 OperationQueue로 돌아와서! OperationQueue는 Operation obje..