[iOS/Point-Free] 동시성 프로그래밍의 과거 - 스레드
·
iOS/💻 iOS Study
다음 내용은 Point-Free의 Concurrency 강의를 듣고 정리한 내용입니다!https://www.pointfree.co/episodes/ep190-concurrency-s-past-threads Episode #190: Concurrency's Past: ThreadsTo better understand Swift’s concurrency tools, let’s first look to the past, starting with threads. Threads are a tool most developers don’t reach for these days, but are important to understand, and the way they solve problems reverberate e..