Part 5
Programming Asynchronous Applications

Coroutines, a more recent addition to the language, are one of the most exciting features of Kotlin. Coroutines are built on the powerful concept of continuations and form the foundation for concurrent and asynchronous programming. In this part, you’ll learn about suspension points and how to alter the thread and sequence of execution of code. Then you’ll readily apply the techniques you learn to create high-performant asynchronous applications.

..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset