BOOKS - PROGRAMMING - Elements Of Kotlin Coroutines 0.3
Elements Of Kotlin Coroutines 0.3 - Mark L. Murphy 2021 PDF | EPUB | MOBI CommonsWare BOOKS PROGRAMMING
US $7.76

Views
841052
Elements Of Kotlin Coroutines 0.3
Author: Mark L. Murphy
Year: 2021
Number of pages: 244
Format: PDF | EPUB | MOBI
File size: 10 MB
Language: ENG

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.This book is designed to help you get “spun up” on coroutines and how they can be applied in your projects.Most of the sample code from the book is available in the Klassbook, so you can try running it in your Web browser. Some Android samples are available via GitLab repositories.Right now, this book is in an early “beta” state, but it covers most of basics of coroutines.

You may also be interested in: