Kotlin Coroutines Tutorial in a New Dimension
This is a lecture on coroutines in the Kotlin language. Kotlin's usage has been increasing recently. Google announced that more than 70% of the top 1,000 apps on Google Play use Kotlin. As the Kotlin language grows, the Kotlin language itself is also evolving. The Coroutines feature, which was added relatively recently, provides groundbreaking features that were previously unprecedented. However, its novelty is also great. Fortunately, I was able to organize Kotlin's coroutines through many materials scattered online and kotlinlang.org.
- Unresolved
안녕하세요
GlobalScope 설명을 프로그램 라이프타임 전체를 지원받는 스코프라고 해주셨는데 프로그램 라이프 타임 전체를 지원받는다는게 이해가 잘 안가서요 혹시 좀 더 자세하게 설명해 주실 수 있으신가요?
kotlinysw0732s8618
・
0
303
1
- Unresolved
await()
a.await() + b.await() 하면... 2초걸려야할 것 같은데 왜 1초나오는지 잘 이해가안되네요 ㅠ
kotlinbyunbyun910341
・
2
378
1
- Unresolved
안녕하세요. 혹시 Flow api에 대해서도 강의가 추가 가능 하실까요?
최근 cold stream지원때문에 google 소스에도 flow api를 많이 사용하기 시작하던데요. 이와 관련해서 혹시 추가로 강좌를 해주실 수 있는지 문의를 드립니다. - 감사합니다.
kotlinfthink3023
・
1
323
0

