KotlinConf 2018 - Exploring Coroutines in Kotlin by Venkat Subramaniam

  Рет қаралды 96,175

JetBrains

JetBrains

Күн бұрын

Пікірлер: 124
@GooksanGom
@GooksanGom 4 жыл бұрын
Great, It really helped to understand coroutines. BTW, It's very impressive that he could keep talking without a break while he writes several lines of codes and runs it. There must have been coroutines running in his brain.
@canaldosouza4103
@canaldosouza4103 6 жыл бұрын
This guy is who made me start kotlin, greet to see him in the Kotlin Conf
@navsingh7934
@navsingh7934 6 жыл бұрын
same here man
@akashkroy
@akashkroy 3 жыл бұрын
I read his programming kotlin
@ChetanSachdeva
@ChetanSachdeva 6 жыл бұрын
I've not seen anyone explaining the internals of coroutines better than Venkat Subramaniam.
@ViperCinema4D
@ViperCinema4D 6 жыл бұрын
kzbin.info/www/bejne/j6PVhnaJnpxle5o
@navsingh7934
@navsingh7934 6 жыл бұрын
he is the best speaker I have seen so far.
@aprofromuk
@aprofromuk 3 жыл бұрын
no 1 can do that :)
@VedantRajdeep
@VedantRajdeep 10 ай бұрын
That's some introduction. I like how he explained the "Why?" part of the changes.
@Codetutor-DemystifyCoding
@Codetutor-DemystifyCoding 5 жыл бұрын
This well co-ordinated explanation along with live coding demonstration is simply brilliant. He makes it look simple, but let me tell you, as some one who makes tutorials on KZbin, this requires exceptional skills. Not just coding but presence of mind.
@vasyan123
@vasyan123 6 жыл бұрын
I'm a simple man. I see Venkat Subramariam in a video title, I click.
@chukzydee
@chukzydee 6 жыл бұрын
Venkat and/or Florina on the title is enough to make me suspend all I'm doing and click on the video.
@salvatoreshiggerino6810
@salvatoreshiggerino6810 5 жыл бұрын
To click is to do the needful
@j-r-hill
@j-r-hill 5 жыл бұрын
It's so true
@AmarPoonia
@AmarPoonia 4 жыл бұрын
Same here.. even if I've watched it before, it's so satisfying
@gleb.ignatev
@gleb.ignatev 2 жыл бұрын
@@chukzydee suspend, you're saying, I see what you did here...
@yasserakbbach7342
@yasserakbbach7342 3 жыл бұрын
I refer to Venkat's lectures whenever I get to the mood of seeking out wisdom 😌
@benjaminrangel5313
@benjaminrangel5313 6 жыл бұрын
I love Venkat voice, it is so calming.
@jimmyleo5414
@jimmyleo5414 4 жыл бұрын
What a god damn pro, sometimes I need to pause to think about what he said
@0xmg
@0xmg 4 жыл бұрын
The buffering does that for me
@thecoderui
@thecoderui Ай бұрын
​@@0xmg So lucky!
@norulesprateek
@norulesprateek 4 жыл бұрын
What a great explanation! You know he is an absolute professional when he shows how suspend functions are sending the rest of the code (Continuation) of the function as a parameter 28:24 . Everything including async block explanation was just great. He taught me things he wasn't even trying(possibly) to cover in this conf. Thanks!
@aksh1618
@aksh1618 2 жыл бұрын
What a legend. Solved so many queries I had about coroutines with such simple but precise and amazing explanations.
@DF-ss5ep
@DF-ss5ep 2 жыл бұрын
The one and only. We meet again.
@KaranSharmak4c6
@KaranSharmak4c6 2 жыл бұрын
Good examples. the multitasking while presentation using vim is incredible. !! Also the sound of claps at end of video says it all.
@anshsachdeva850
@anshsachdeva850 3 жыл бұрын
This was so captivating. i didn't even felt for a minute that am staring at my screen for 44 minutes. amazing presentation. Anyone reading this comment in 2021 : How to access the launch{} function in coroutines 1.5?
@leomak7580
@leomak7580 2 жыл бұрын
the best speaker ever ) java versions are bumping, new langs come and go. but Venkat is a guy who always was with us )
@johnyrufus
@johnyrufus 3 жыл бұрын
That last example of step by step conversion from sequential -> suspend -> async did the trick for me :)
@a0um
@a0um 5 жыл бұрын
Great presentation. I really appreciated the use of bare bone editors and the love coding. I wish he slowed down a bit around the crucial points but understand it's a lot to cover in the given time. Impressive how he kept going confidently despite the inevitable typos, etc. I still have some questions about coroutines but this talk really gave me some good examples to think about.
@tak68tak
@tak68tak 4 жыл бұрын
He is really awesome. He is totally different from any other devs. It's like an entertainer or magician.
@methodsignature
@methodsignature 5 жыл бұрын
I've never seen anyone program in VI before. It felt a bit like black magic.
@thegreatestdao
@thegreatestdao 5 жыл бұрын
This guys speech is so captivating!
@aikqboy
@aikqboy 5 жыл бұрын
He explains it so well and so simply. A very bright man.
@dluxsoft2840
@dluxsoft2840 Жыл бұрын
thanks sir ,best lecture on coroutine
@rajushingadiya2860
@rajushingadiya2860 2 жыл бұрын
Loved it
@chrismakesgames9075
@chrismakesgames9075 4 жыл бұрын
This talk was great. Thanks Venkat!
@jesprotech
@jesprotech 3 жыл бұрын
Extraodinarly goed presentation! Explaining everything from how we got here, why apply coroutines and the way to do that in Kotlin with great examples. I especially loved that last example where we can see how small changes in the code can make it asynchronous using coroutines. The yield example was really a great step in getting there to explain that. It really helped me to make it even more clear to me what coroutines actualy are, what they can do and where to use them.
@antosha4e
@antosha4e 6 жыл бұрын
really like a way he explains stuff, his talk about DSLs also nice
@mehmoodrehman6336
@mehmoodrehman6336 2 жыл бұрын
Topics: 1. Parallel vs Asynchronous 0:50 (Java, Kotlin ahead of Java at least 5-years, Microservices, sequential vs parallel) coroutines make it easy to write asynchronous code. 2. Concurrency vs non-blocking 1:50 (Java example and comparison) 3. Let's examine parallel just a bit, in Java 2:30 (Java example and comparison) Parallel Stream: Structure of [functional] sequential code is the same as parallel code Coroutine: Structure of [Imperative] Synchronous code is the same as asynchronous code 4. Why not be happy with that? 5:20 5. Functional style is awesome 5:20 6. But, handling exceptions is a mess 5:44 7. Coroutines are asynchronous 6:25 launch { //launch () method } 8. From synchronous to asynchronous 9:00 Non-blocking GUI's 9. Blocking to non-blocking 10:12 10. How do coroutines work? 10:12 11. A sequential code 17:14 12. Using suspend 23:20, 24:30 Parallel Stream: Structure of [functional] sequential code is the same as parallel code Coroutine: Structure of [Imperative] Synchronous code is the same as asynchronous code 13. Doing asyn 33:00
@andromadusnaruto1544
@andromadusnaruto1544 Жыл бұрын
Awesome. Much appreciated...👍🏾
@hansmelo32
@hansmelo32 5 жыл бұрын
Every the venkat's videos make me to want to be a better developer 💪🏿. Great explanation!
@hassanalizadeh3492
@hassanalizadeh3492 4 жыл бұрын
Amazing presentation
@JetBrainsTV
@JetBrainsTV 4 жыл бұрын
Thank you! Cheers!
@harshvardhanjoshi7445
@harshvardhanjoshi7445 4 жыл бұрын
Great explanation. Must have been took months to find/create an example code which is this simple but very informative and covers almost everything. Great job.
@JetBrainsTV
@JetBrainsTV 4 жыл бұрын
Glad you liked it
@karthikrpandian
@karthikrpandian 5 жыл бұрын
Amazing talk. Impressed by his coding and explanation going hand in hand.
@МихаилСошников-в9р
@МихаилСошников-в9р 3 жыл бұрын
Отличная информация, спасибо большое!
@AlexPaluzzi
@AlexPaluzzi 6 жыл бұрын
One of the best talks I've watched in a long time.
@muhammadrahmatullahrahman1534
@muhammadrahmatullahrahman1534 4 жыл бұрын
Venkat is such an awesome teacher
@Nithr1s
@Nithr1s 5 жыл бұрын
Just so you know, there is an error in explanation of "suspend" modifier. Explanation by Roman Elizarov could be found here: medium.com/@elizarov/blocking-threads-suspending-coroutines-d33e11bf4761
@ashwin_mahajan
@ashwin_mahajan 3 жыл бұрын
Great great presentation. 🙌
@JetBrainsTV
@JetBrainsTV 3 жыл бұрын
Thank you kindly!
@pums12
@pums12 3 жыл бұрын
Just loved it. Thanks for this simple explanation
@terjemah_alquran
@terjemah_alquran 4 жыл бұрын
excellent excellent excellent
@igrai
@igrai 4 жыл бұрын
Frankly, found it quite convoluted
@bangoker
@bangoker 6 жыл бұрын
Great talk! I like that it was very concise, but I could offer one piece of feedback is to have longer pauses /paragraph breaks. It feels a little bit like a giant paragraph would read. There are sentences, but it there is no place to rest, its just one big big paragraph.
@methodsignature
@methodsignature 5 жыл бұрын
Yea, it felt a bit like catching a wave. If I didn't have much coroutine experience, I'm not sure I could have followed very well. Some of that was probably the time constraint of the setting.
@Wengelef
@Wengelef 6 жыл бұрын
Venkat Superman
@pinoy_marites_beh
@pinoy_marites_beh Жыл бұрын
I finally know what to do when someone asks me to put the status bar below the phone and the system back actions on top of the screen! Run for the exit!!!!!
6 жыл бұрын
Instead of suspend measureTime you could have made it inline, i think it would work with await 😀 really nice talk btw, finally understood coroutines
@hhhapz
@hhhapz 6 жыл бұрын
I think the goal of the talk was to show how suspend functions make a difference, and allow thread blocking versus non-suspension functions.
@JamielSheikh
@JamielSheikh 5 жыл бұрын
Excellent stuff, Venkat. Great explanations and witty humor.
@hiteshchalise3988
@hiteshchalise3988 5 жыл бұрын
this was fantastic.
@KiumarsAbedian
@KiumarsAbedian 5 жыл бұрын
Amazing talk, but I am curious what the setup is being used for interactive Kotlin/Java coding in vi/vim
@NafiulIslam
@NafiulIslam 3 жыл бұрын
Great stuff!
@thiagoalexandreee
@thiagoalexandreee 6 жыл бұрын
Amazing talk, thanks for the content!
@sagarghare9829
@sagarghare9829 4 жыл бұрын
amazing and so engaging.
@andre-vm
@andre-vm 5 жыл бұрын
3:10 HOLY MAMA! WATTA HELL IS GOIN' ON? (Nice talk, by the way. Good job!)
@anmoldevgan7320
@anmoldevgan7320 6 жыл бұрын
Venkat is God of programming
@smallufo
@smallufo 5 жыл бұрын
Live coding! Awesome!
@JohnPywtorak
@JohnPywtorak 2 жыл бұрын
There are issues with this presentation, glossing over or missing key concepts. I would skip it if you are learning about coroutines. This was exploring, kinda, but really only the last 10 minutes are useful. The presenters book is decent, but this was not a good exploring talk. It appears I will be in the minority here. There are so few good coroutine talks, check out the Coroutines catch them all, best talk and maybe the only one.
@rIyAsE
@rIyAsE 3 жыл бұрын
One of the best talk on coroutines (Y)
5 жыл бұрын
"suspend modifier to a function makes it either asynchronous or non-blocking. " is not true according to the Roman Elizarov's article. medium.com/@elizarov/blocking-threads-suspending-coroutines-d33e11bf4761
@mohammedalzamil7191
@mohammedalzamil7191 4 жыл бұрын
yes
@animeshroy3746
@animeshroy3746 4 жыл бұрын
VERY GOOD EXPLANATION...
@StasBar
@StasBar 6 жыл бұрын
Great presentation, great teacher!
@HermanBovens
@HermanBovens 6 жыл бұрын
I think I get coroutines now, but I'm not really sure why in the last part of the video, everything still needs to be in a launch {} block. Doesn't the suspend / async / await mechanism already make it asynchronous?
@vyli1
@vyli1 6 жыл бұрын
async {} can only be called from within a coroutine or a suspending function. In fact in the last example, the async call was not made from launch {} function, rather it was made from the lambda, that was passed as argument to the measure function. Since async {} can only be called from coroutine or a suspending function, he had to mark the lambda parameter from measure function as suspending. launch {} function is a coroutine builder. It hides lot of nontrivial code that you would have to write manually, if you wanted to write a coroutine.
@HermanBovens
@HermanBovens 6 жыл бұрын
@@vyli1 so the call to launch() is indeed unnecessary?
@vyli1
@vyli1 6 жыл бұрын
@@HermanBovens I'm sorry, I gave you a little bit misleading information. But first to answer your question, call to launch {} IS necessary. Originally I said, that async {} can only be called from coroutine or suspend function. This is not true, it can be called from wherever. However, .await() can only be called from coroutine or suspending function. Since in the code in the presentation we call .await() on result of async {} operation within lambda parameter, that lambda parameter MUST BE suspending lambda. (.await() can only be called from within a coroutine or suspending function). Since we've turned the lambda into a suspending function and we want to invoke the lambda from within measure function, we want to basically invoke a suspending function inside a nonsuspending function. That's not possible. Suspending functions can only be invoked from other suspending functions, or coroutines. Therefore, the measure function itself must be suspending. As I said before, suspend functions can only be called from within coroutines or another suspending functions. And we want to call the measure function. But measure function is suspending. Therefore we need to create a coroutine, from which we can call the measure function. That's why we do the call to launch {}. launch {} is a coroutine builder. It will build all the coroutine boilerplate code for us. So when we invoke our suspending function measure from within launch, our code will be executed within a coroutine, so the compiler will finally let us compile this code. There are other coroutine builders than launch, for example runBlocking {}, but in this case we didn't want to block the main thread, so that's why launch {} coroutine builder was chosen. When I said .await() can only be called from coroutine or another suspending function, what I mean is, compiler won't let you compile a code, where you'd want to invoke suspending function outside of a coroutine or a suspending function.
@santanusur1265
@santanusur1265 5 жыл бұрын
If getting Google's stock price took "2 seconds" and Amzn's stock price took 1 second... Then for the last example Amazon's stock price would show up earlier right ?
@edjinretrogamer
@edjinretrogamer 3 жыл бұрын
Meu Deus, pare 1 segundo pra respirar!!!
@ImaginaryNumb3r
@ImaginaryNumb3r 5 жыл бұрын
@37:53 So this all is really just syntactic sugar for Thread pools and ComplteableFutures?
@VivekYadav-ds8oz
@VivekYadav-ds8oz 4 жыл бұрын
This guy literally looks like my maths professor.
@studyonline3236
@studyonline3236 3 жыл бұрын
How is he auto-filling sentences ?
@Saketjsaket
@Saketjsaket 4 жыл бұрын
Which IDE is he using to show the demo?
@abubakrjabbarov2303
@abubakrjabbarov2303 5 жыл бұрын
A very good explanation, thank you!
@FrantisekNovak55
@FrantisekNovak55 5 жыл бұрын
isnt this all wrong?slapping suspend on a blocking call doesnt not make it async, its just synchronous within dispatcher thread from launch
@antoniokomangyudistira4150
@antoniokomangyudistira4150 4 жыл бұрын
the " A sequential code" part is hard to understand :(
@AjithKumar-vk1fw
@AjithKumar-vk1fw 3 жыл бұрын
👍
@archiequinones6467
@archiequinones6467 6 жыл бұрын
Wow that was really good!! 😱😱 👏👏 just really wanna show my appreciation here 👏👏
@VivekMore1
@VivekMore1 5 жыл бұрын
You have the last name of Venkat spelled wrong in the title
@JetBrainsTV
@JetBrainsTV 5 жыл бұрын
Thank you. Fixed.
@conorsmall1373
@conorsmall1373 Жыл бұрын
what a killer mustache
@siva_subramaniam
@siva_subramaniam Жыл бұрын
Bm -16:58
@rafihmahfooz5074
@rafihmahfooz5074 5 жыл бұрын
He changed camps, first Scala, now this lol
@jobiraw
@jobiraw 5 жыл бұрын
is this man from pragimtech.com ?
@JetBrainsTV
@JetBrainsTV 5 жыл бұрын
No, we don't believe so. Dr. Venkat Subramaniam is the founder of Agile Developer, Inc. agiledeveloper.com
@harshtiwari9588
@harshtiwari9588 5 жыл бұрын
Which editor does he use?
@akashpatra19
@akashpatra19 5 жыл бұрын
TextMate.
@igorg.8624
@igorg.8624 6 жыл бұрын
What do Coroutines offer that RxJava does not?
@RobertGolusinski
@RobertGolusinski 6 жыл бұрын
proandroiddev.com/kotlin-coroutines-vs-rxjava-an-initial-performance-test-68160cfc6723
@robchr
@robchr 6 жыл бұрын
It doesn't offer anything that RxJava cannot do. Coroutines can easily represent RxJava's Single and Maybe contexts but does not handle Observable streams without additional boilerplate. For some use cases where there would be a large number of concurrent requests like a server that has 100k+ concurrent connections, coroutines could be more memory efficient since it requrires less intermediate objects (lambdas). Coroutines represent a single chain in a single object that acts like a state machine.
@igorg.8624
@igorg.8624 6 жыл бұрын
... although I must say - sequence continuations in Coroutines are super simple to reason about and much easier to teach to a newbie than RxJava
@GK-rl5du
@GK-rl5du 6 жыл бұрын
It doesn't offer anything new as compared with RxJava or even any callback+eventloop models. The main promise of coroutines is that one can write syncrhonous looking code which the runtime executes concurrently. On the other hand, consider Rx... one has to be familiar with the core Rx interfaces like Observable... although this approach was much better than callback hell.. esp considering exception handling.. there's still a learning curve. Coroutines on the other hand will bring concurrency to where you are.
@FrantisekNovak55
@FrantisekNovak55 5 жыл бұрын
I love rx, but flatmapping singles is stupid and you need to always return tuples everywhere like an idiot
@jakubgwozdz2780
@jakubgwozdz2780 6 жыл бұрын
What is that, well, IDE?
@meribold
@meribold 6 жыл бұрын
That's a text editor. Probably TextMate.
@jakubgwozdz2780
@jakubgwozdz2780 6 жыл бұрын
I like the way it displays output at cursor.
@akashpatra19
@akashpatra19 5 жыл бұрын
@@jakubgwozdz2780 Yes, you have to configure. Long back after I saw his talk on Java Streams, I also configured like that. :)
@jayasome199
@jayasome199 2 жыл бұрын
27:00 Only moment, I can laugh.
@jayasome199
@jayasome199 2 жыл бұрын
28:30 suspend bytecode -> Continuation
@maxchin2
@maxchin2 5 жыл бұрын
He need pauses.
@syedtayyabulmazhar6945
@syedtayyabulmazhar6945 4 жыл бұрын
He is coding and explaining at the same time. He is so async.
@_dinesh
@_dinesh 2 жыл бұрын
TBH, Very hard to follow. Keep the sentences simple and the example simpler.
@sundeepsharma6782
@sundeepsharma6782 2 жыл бұрын
Sir, with due respect u have very nice knowledge but ur are speaking very fast, and hard to catch you and i lost my interest.
@nO_d3N1AL
@nO_d3N1AL 5 жыл бұрын
Not his best talk. Surprised and disappointed that he didn't compare coroutines to using threads directly and Futures. He didn't really say what co-routines add that we can't do since Java 5
@pradeepkumarreddykondreddy7048
@pradeepkumarreddykondreddy7048 5 жыл бұрын
this guy is too fast
@RameshK-dy6yb
@RameshK-dy6yb 4 жыл бұрын
for simple basics kzbin.info/www/bejne/rmO0gK2anZV5p9U
@aaaab384
@aaaab384 5 жыл бұрын
If you have such a thick accent, consider SLOWING DOWN A LOT.
@einfacherkerl3279
@einfacherkerl3279 5 жыл бұрын
his talking style is very...... weird
KotlinConf 2018 - Android Suspenders by Chris Banes
38:29
JetBrains
Рет қаралды 17 М.
When mom gets home, but you're in rollerblades.
00:40
Daniel LaBelle
Рет қаралды 138 МЛН
the balloon deflated while it was flying #tiktok
00:19
Анастасия Тарасова
Рет қаралды 36 МЛН
Happy birthday to you by Secret Vlog
00:12
Secret Vlog
Рет қаралды 4,7 МЛН
Kotlin for Java Programmers by Venkat Subramaniam
51:40
Devoxx
Рет қаралды 56 М.
Kotlin Coroutines 101 - Android Conference Talks
24:49
Android Developers
Рет қаралды 136 М.