Suspend functions - Kotlin Vocabulary

preview_player
Показать описание
Coroutines in Kotlin simplify asynchronous operations on Android. In this video, we go more in depth about why coroutines are important, how they work under the hood, how a coroutine can suspend without blocking threads, and much more!

#Kotlin #AndroidDev #Featured
Рекомендации по теме
Комментарии
Автор

The comparison to the callback-based approach was nicely done 👍 Highlighting how the Continuation interface is used by the compiler was really useful!

goobar
Автор

This is very timely. I am currently learning about Coroutines.

markking
Автор

1:20, why doesn't your example code use the userId and password parameters at all? that is a little confusing when comparing to the suspend version.

AvocadoGCC
Автор

Me before this video: 80 IQ
Me after this video: 120 IQ

Salamakii
Автор

Haskell's do notation is more flexible since it can handle any type of monad. Since coroutines only represent the Either monad, it should keep average developers from getting confused.

robchr
Автор

High quality. Well explained. It clicked several times in my head. Thanks!

lukaslechner
Автор

intro and outro music is too loud compared to the voices haha but other than that, i love the video!!! so much good information

erictsang
Автор

I think my brain hurts now... it's gonna take me a while to parse this.

Skater
Автор

Thank you guys for this awesome info about suspended funs

hessamemami
Автор

ok, I learned that the compiler writes horrible code for me that I would never write this way.

Автор

This is sinfully refreshing for functional programming purists.

conscarcdr
Автор

Its sad because when you want to use suspend you have to suspend fun ;)!!

luciancriveanu
Автор

What I don't understand is how the continuation is passed as a parameter in the methods:
&

alimix
Автор

I've suspended understanding it without blocking

abdulazizabduqodirov
Автор

How smart Android 11 going to be in my smartphone? 😏😷

Max
Автор

Ok but all these implementation details are not very useful for a developer

MrClaudioAgostini
welcome to shbcf.ru