Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- WWDC
- 야곰 # 야곰아카데미커리어스타터캠프 #iOS개발자 # 부트캠프
- APNS
- modern concurrency
- ios
- modern concurrency deep dive
- 오블완
- 티스토리챌린지
- SWIFT
Archives
- Today
- Total
Geon
Modern Concurrency Deep Dive(10) 본문
iOS developer essential skills/Modern Concurency
Modern Concurrency Deep Dive(10)
jgkim1008 2024. 11. 23. 23:21비 구조화된 동시성
- 취소 전파 불가능
Task // 메타데이터 상속됨
Task.detached // 메타데이터를 상속하지 않음
- Task.detached는 분리된 작업이므로, self를 캠쳐해야함
구조화된 동시성
- 부모와 자식의 관계를 만듬
- 취소 전파 가능
- 끝나는 시점을 알수 있음
async let
TaskGroup
'iOS developer essential skills > Modern Concurency' 카테고리의 다른 글
Modern Concurrency Deep Dive(12) (0) | 2024.11.25 |
---|---|
Modern Concurrency Deep Dive(11) (0) | 2024.11.24 |
Modern Concurrency Deep Dive(9) (0) | 2024.11.22 |
Modern Concurrency Deep Dive(8) (0) | 2024.11.21 |
Modern Concurrency Deep Dive(7) (0) | 2024.11.20 |