Concurrency doesn't have to be hard: Kotlin Coroutines and Channels by Jag Saund, Instagram EN

Android Makers May 5, 2019
Video Thumbnail

About

No channel description available.

Video Description

This session was given at Paris Android Makers 2019 by Jag Saund, Instagram. More info: http://androidmakers.fr/schedule/?sessionId=VQS-5461 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. Alex Karp Production

You May Also Like