Hello message from Roman
Hello,
https://github.com/Kvest/diffutils-with-coroutines
There are two branches. kotlin_cz is the same as master + intermediate implementations I used for presentation
Most interesting are classes DiffUtilDelegate(calculate diff asynchronous by using coroutin stuff) and BlockingDiffUtilDelegate(calculate diff in the main thread)
Also the original article: https://antonioleiva.com/recyclerview-diffutil-kotlin/