Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 562 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 562 Bytes

This is a project to play around with Kotlin Coroutines with the help of the book Coroutines by Marcin Moskala:

https://kt.academy/book/coroutines

What is covered

  • How do coroutines really work? (Part 1)
  • How to use coroutines in practice? (Part 2 and 3)
  • What are the best practices? (Part 2 and 3)
  • Testing Kotlin coroutines (Testing Kotlin Coroutines in Part 2)
  • What is Flow and how does it work? (Part 3)

Not covered

  • Kotlin Coroutines in practice (Part 4) - not much code is relevant for my work that would be useful to cover here