Kotlin Coroutines - New Ways to Do Asynchronous Programming

Kotlin Coroutines - New Ways to Do Asynchronous Programming

NDC Conferences via YouTube Direct link

Intro

1 of 16

1 of 16

Intro

Class Central Classrooms beta

YouTube videos curated by Class Central.

Classroom Contents

Kotlin Coroutines - New Ways to Do Asynchronous Programming

Automatically move to the next video in the Classroom when playback concludes

  1. 1 Intro
  2. 2 async and await are functions defined in the standard library
  3. 3 Example: simple consecutive logic
  4. 4 Rewrite with suspend functions
  5. 5 Coroutine builders
  6. 6 Simple "load image" example
  7. 7 async creates a new coroutine: starts a new asynchronous computation
  8. 8 Call stack of a coroutine
  9. 9 Specify the context
  10. 10 Structural concurrency
  11. 11 Two asynchronous coroutines
  12. 12 Problem: leaking coroutine
  13. 13 Enforcing structure
  14. 14 Types of Channels
  15. 15 "Rendezvous" channel semantics
  16. 16 Suspended coroutine

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.