13:30 that Animation representing coroutines is really amazing
@RakhiDhavale5 жыл бұрын
I really liked the way Chris explained the concepts with meaningful examples. Great Talk !
@robchr5 жыл бұрын
I find it funny that coroutines are supposed to be simpler to read than Rx but yet they are just as complex to understand what's actually happening. The benefits of switching from Rx seem dubious. Most Rx combinators are just conveniences. The most important ones are map, flatMap, merge, combineLatest, zip, scan. Many of them also are analogous to the collection functions so you probably already know them. The problem is not that there are too many operators but which ones you should master first.
@minasmina27006 жыл бұрын
This has really helped me get started with coroutines in my code. Thanks a lot!
@PaulSebastianM6 жыл бұрын
Async all the things is where I pressed thumbs up!
@arithmeticerror6 жыл бұрын
Great presentation. Quite a lot was compressed. @senab Whats the presentation software you used for this presentation
@ElliotMitchellR6 жыл бұрын
I could understand him well (if you can't use closed captions), I only wish the code was shared somewhere
@igorg.86246 жыл бұрын
I believe async blocks are deprecated in coroutines 1.0.1
@vibovitold5 жыл бұрын
Are they? The docs don't seem to mention the deprecation: kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.coroutines/async.html
@crateer2 жыл бұрын
They 100% are not deprecated lol
@TomaszRykala5 жыл бұрын
The gist URL is now a 404 :-/
@ErsinErtan6 жыл бұрын
suspend fun com.google.android.gms.tasks.Task.await(): T = suspendCoroutine { continuation -> addOnSuccessListener(continuation::resume) addOnFailureListener(continuation::resumeWithException::invoke) } or use the lib: implementation "org.jetbrains.kotlinx:kotlinx-coroutines-play-services:1.0.0"
@himanshukhati11935 жыл бұрын
13:45 🥴
@Oussamaabdallah6 жыл бұрын
You need to be so focused to understand this dude speaking. Good presentation tho.
@AndreyDerkach86 жыл бұрын
Chris Banes has typically "British" accent, its hard to understand him when he's talking.
@cularu16 жыл бұрын
lol I'm not british and understand him perfectly.
@vibovitold5 жыл бұрын
The accent is a bit tricky, but more importantly he goes very fast at times. I do understand him, but it's easy to see why even some advanced non-native speakers could struggle with it.
@ashutoshpendse42733 жыл бұрын
Really, really hard to understand the accent. I really wish if he could speak with some American accent. The content is great but the accent spoils it for me.