Introduction to Coroutines in Kotlin by Mauricio Sierra | Android Ottawa

preview_player
Показать описание
What's that? MEET UP NUMBER THREE?!?

Our first talk is by Mauricio Sierra all the way from Toronto called “Introduction to Kotlin Coroutines”

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

I think that you can remove the async part of your fetchCurrentUser(), and make this function return User object instead but keep it as suspending. Then you don't have to add await() in your launch coroutine.

bisujin
Автор

Great talks Mauricio!
It's awesome to see the Android developer community is growing in Ottawa :)
Do you have a meetups page?

Amejia