
144: Kotlin Coroutines with Marcin Moskala
Programming Throwdown
00:00
The Benefits of Kotlin Coroutines
Kotlin has a much more powerful built-in synchronization so that you can if you start a bunch of suspending functions by default you are awaiting for them. With with context function allows you to to jump into a different context so it formally starts a new coroutine but you might not even notice that. Kotlin has a built-in cancellation mechanisms on Android because pretty often on Android you open a window and activity or some other kind of window and you immediately close it.
Transcript
Play full episode