![](/uploads/posts/2021-04/thumbs/1619184088_cover.jpg)
Автор: Mark L. Murphy
Издательство: CommonsWare
Год: 2021
Формат: PDF, EPUB, MOBI
Страниц: 244
Размер: 10 Mb
Язык: English
Coroutines are an important addition to the world of Kotlin.
Coroutines offer a first-class reactive programming approach, tightly integrated with the language itself. Coroutines help simplify multi-threaded development, allowing you to retain a “normal” imperative sort of programming model while still designating certain code sections to run on alternative thread pools. Beyond that, flows and channels let you model data streams while retaining the same multi-threaded characteristics.