category

Coroutine

callbackFlow
11 March 2022

Callback 을 Flow 로 변경하는 Flow Builder

StateFlow / SharedFlow
23 February 2022

Flow 로부터 발행된 데이터를 저장할 데이터 홀더

LifecycleScope
20 February 2022

안드로이드의 생명주기를 인식하는 코루틴 스코프

Flow 변환
17 February 2022

flatMapConcat / flatMapLatest / flatMapMerge

collect with conflate
16 February 2022

conflate 를 이용한 최신 데이터 소비

collect with buffer
15 February 2022

buffer 를 이용한 collect 최적화

collect / collectLatest
14 February 2022

Flow 데이터 소비

Flow
13 February 2022

데이터 스트림

Coroutine 예외 처리
11 November 2020

Cancellation / Exception / SupervisorJob / supervisorScope / CoroutineExceptionHandler

withContext
10 November 2020

코루틴을 만드는 코루틴 빌더 (CoroutineBuilder)

async
08 November 2020

코루틴을 만드는 코루틴 빌더 (CoroutineBuilder)

launch
07 November 2020

코루틴을 만드는 코루틴 빌더 (CoroutineBuilder)

runBlocking
06 November 2020

코루틴을 만드는 코루틴 빌더 (CoroutineBuilder)

suspend 함수
03 November 2020

일시 중단 가능한 함수

Coroutine
02 November 2020

비동기적으로 실행되는 코드를 간소화하기 위해 사용할 수 있는 동시 실행에 대한 패턴

essential