🎤 Concurrency doesn,t have to be hard: Kotlin Coroutines and Channels
- 👤 Jag Saund
- Twitter: @jagsaund
📹
Video:
https://youtu.be/3WGM-_MnPQA
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.
This page was generated from this YAML file. Found a typo, want to add some data? Just edit it on GitHub.