OperationQueue
![[Swift] OperationQueue](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FbA0PmD%2FbtrzKKQN4nc%2FAAAAAAAAAAAAAAAAAAAAAOyONtLN7Q3GIMg8RcdUbx23-snWd9uPku8OHEjgVROT%2Fimg.png%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DOONHrajyEmxjPfPjN0bKVsHsmVY%253D)
[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..