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 |
Tags
- WWDC
- APNS
- modern concurrency
- ios
- modern concurrency deep dive
- SWIFT
- 오블완
- 티스토리챌린지
- 야곰 # 야곰아카데미커리어스타터캠프 #iOS개발자 # 부트캠프
Archives
- Today
- Total
Geon
Modern Concurrency Deep Dive(9) 본문
iOS developer essential skills/Modern Concurency
Modern Concurrency Deep Dive(9)
jgkim1008 2024. 11. 22. 23:20구조적 동시성
- 부모 작업과 자식 작업간의 명시적인 계층관계가 생성됨
- 부모작업은 자식작업이 모두 완료되는것을 기다림
- 자식 작업에서 우선순위가 높아지면 부모 작업 우선순위도 상승됨
async let(동시 바인딩)
TaskGroup
- 취소 및 메타데이터 상속
'iOS developer essential skills > Modern Concurency' 카테고리의 다른 글
Modern Concurrency Deep Dive(11) (0) | 2024.11.24 |
---|---|
Modern Concurrency Deep Dive(10) (0) | 2024.11.23 |
Modern Concurrency Deep Dive(8) (0) | 2024.11.21 |
Modern Concurrency Deep Dive(7) (0) | 2024.11.20 |
Modern Concurrency Deep Dive(6) (0) | 2024.11.19 |