[iOS] GCD (Grand Central Dispatch)
GCD란? Grand Central Dispatch의 약자로, 앱의 메인스레드 또는 백그라운드 스레드에서 작업 실행을 순차적 또는 동시에 관리하는 객체 입니다. Dispatch Queue 종류 Serial Dispatch Queue (Main Queue) - 순차적으로 작업을 실행 합니다. - UI와 관련된 작업은 모두 main Queue를 통해 수행 합니다. - MainQueue를 sync메소드로 동작시키면 Dead Lock 상태에 빠집니다. DispatchQueue.main.async { } Concurrent Dispatch Queue (Global Queue) - 동시에 작업을 실행 합니다. - UI를 제외한 작업에서 사용하며 Concurrent Queue에 해당합니다. - sync, async ..
iOS
2022. 1. 5. 22:08
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Swift Error Handling
- Swift 프로그래머스
- swift (programmers)
- RTCCameraVideoCapturer
- swift protocol
- Swift 내림차순
- Swift
- Swift RIBs
- swift reduce
- Swift Leetcode
- RIBs tutorial
- CS 네트워크
- iOS error
- swift property
- swift 고차함수
- 2023년 회고
- swift programmers
- Swift ModernRIBs
- Swift init
- Swift 프로퍼티
- ios
- Swift joined
- Swift final
- Class
- 원티드 프리온보딩
- removeLast()
- Swift 알고리즘
- Swift joined()
- Combine: Asynchronous Programming with Swift
- Swift inout
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함