Nice ... But on the other side the rxJava alternative is simply better for such kind of code. Asynchronous Jobs , mapping , filters etc. are the simplest thing in rx
any github code for this talks? there's a lot of new (or maybe deprecated) keyword introduced here. e.g: runInAsyncContext(f, onSuccess, onError, AC) The presentation shows th-cam.com/video/qI1ctQ0293o/w-d-xo.html that it is kotlin coroutine, but I can' find that method name does the above code belongs to KATEGORY (now: Arrow-KT)?
He has a workaround for everything! He is a real developer!
Nice ... But on the other side the rxJava alternative is simply better for such kind of code. Asynchronous Jobs , mapping , filters etc. are the simplest thing in rx
any github code for this talks? there's a lot of new (or maybe deprecated) keyword introduced here.
e.g: runInAsyncContext(f, onSuccess, onError, AC)
The presentation shows th-cam.com/video/qI1ctQ0293o/w-d-xo.html that it is kotlin coroutine, but I can' find that method name
does the above code belongs to KATEGORY (now: Arrow-KT)?
github.com/JorgeCastilloPrz/KotlinAndroidFunctional
interesting talk, although 33:15 looks hacky. :|