IT/코틀린
Coroutine이 LightWeight인 이유는 무엇일까?
리엑티브 프로그래밍의 정의 데이터 스트림과 변경 사항 전파를 중심으로 하는 비동기 프로그래밍 패러다임 코루틴이란? 리엑티브 프로그래밍중 하나, 동시성 프로그래밍을 지원한다. 동시성 프로그래밍이란? → 여러개의 작업이 동시에 진행되는것이 아닌, 여러개의 작업이 매우 빠르게 하나의 작업에 적재되어 실행되는것을 말함. 코루틴 Features Coroutines is our recommended solution for asynchronous programming on Android. Noteworthy features include the following: Lightweight: You can run many coroutines on a single thread due to support for suspens..
2022. 11. 26. 12:32
최근댓글