[iOS/Point-Free] 동시성프로그래밍: Sendable, Actor
·
iOS/💻 iOS Study
PointFree 강의 정리 내용입니다!https://www.pointfree.co/collections/concurrency/threads-queues-and-tasks/ep193-concurrency-s-future-sendable-and-actors Episode #193: Concurrency's Future: Sendable and ActorsWhen working with concurrent code, you must contend with data synchronization and data races. While the tools of the past made it difficult to reason about these issues, Swift’s new tools make it a br..