Coroutine Builder
1. launch
- job객체 반환
2. async
- Deferred 객체 반환 : 결과값 반환 사용
3. runBlocking
- 메인Thread blocking 가능
- 사용 X , 테스트용
4. withContext
- Dispatcher switch (코루틴 내부에서 따로 사용)
'Android' 카테고리의 다른 글
Coroutine 취소 (0) | 2023.01.04 |
---|---|
Coroutine 지연 (0) | 2023.01.04 |
Coroutine Context (0) | 2023.01.04 |
코루틴과 스레드 (0) | 2023.01.04 |
Android Singleton 패턴 객체 (0) | 2023.01.04 |