SwiftConcurrency 와 관련된 내용들을 정리한 레포지토리입니다. (2023.07.01 ~ 07.28)
⭐️ Contents | ☘️ Date | 🔗 Notion Link | ✏️ Description |
---|---|---|---|
Concurrency: 등장배경 | 07/03, 2023 | Here | - GCD - 동기,비동기, - Serail,Conccurent, - CS(데드락,스레드,Context Switch) |
Concurrency: async&await, Task, Sendable | 07/10, 2023 | Here | - async,await - Continuation - SwiftConcurrency 지향점 - Task - Sendable |
Concurrency: Actor | 07/17, 2023 | Here | - Actor - DataRace - Actor reentrancy - Actor reprioritization |
Concurrency: MainActor | 07/31, 2023 | Here | - Actor Hopping - MainActor |