[iOS/Point-Free] 동시성 프로그래밍: OperationQueue, CGD와 Combine
·
iOS/💻 iOS Study
다음 내용은 Point-Free의 Concurrency 강의를 듣고 정리한 내용입니다!https://www.pointfree.co/episodes/ep191-concurrency-s-present-queues-and-combine Episode #191: Concurrency's Present: Queues and CombineBefore developing Swift’s modern concurrency tools, Apple improved upon threads with several other abstractions, including operation queues, Grand Central Dispatch, and Combine. Let’s see what these newer tools bro..