Sign up
Forgot password?
FAQ: Login

Murphy Mark L. Elements Of Kotlin Coroutines 0.1

  • zip file
  • size 1012,31 KB
  • contains mobi document(s)
  • added by
  • info modified
Murphy Mark L. Elements Of Kotlin Coroutines 0.1
CommonsWare, 2019. — 171 p.
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.
This book assumes that you have basic familiarity with Kotlin syntax, data types, and core constructs (e.g., lambda expressions).
  • Sign up or login using form at top of the page to download this file.
  • Sign up
Up