LifecycleScope

98oys·2022년 6월 21일
0

안드로이드

목록 보기
12/20

LifecycleScope는 각 Lifecycle 객체에서 정의됩니다.
이 범위에서 실행된 코루틴은 Lifecycle이 끝날 때 제거됩니다.
lifecycle.corotineScope 또는 lifecycleOwner.lifecycleScope 속성을 통해 Lifecycle의 CoroutineScope에 액세스할 수 있습니다 .

안드로이드 공식문서 : https://developer.android.com/topic/libraries/architecture/coroutines?hl=ko

profile
Android Developer, Department of Information and Communication Engineering, Inha University

0개의 댓글