All Talks

Concurrency doesn't have to be hard: Kotlin Coroutines and Channels

More info: http://androidmakers.fr/schedule/?ses… Writing multi-threaded software is hard. Debugging and chasing down problems like deadlocks, race conditions, and memory leaks is even harder. Kotlin takes a different approach. It doesn’t have to be so hard. Learn how you can write concurrent and asynchronous software using coroutines. And stop sharing memory to communicate mutable data. Leverage channels to safely communicate across coroutines.

You might be interested in: