Search results for #coroutines
runBlocking is not always bad practice! Learn where it should be used, where it shouldn't, and where it has better alternatives in our new article by Marcin Moskała. kt.academy/article/run_bl… #Kotlin #Coroutines #Concurrency #SoftwareDevelopment #KtAcademy
This is a code that many experienced #Kotlin #Coroutines users get wrong! "After" will be printed after both coroutines from longTask are finished because coroutineScope awaits its children's completion.
Whether you’re just starting with #coroutines or already using them in production, this course is built to take you further. ✅ Coroutine newcomers – learn from scratch with real-life examples ✅ #AndroidDev & backend engineers – apply coroutines to everyday app challenges ✅…
#Coroutines don’t have to be scary. Too many developers quietly struggle: ⚡ Race conditions and crashes that appear only in production. ⚡ Code reviews turning into arguments over patterns. ⚡ The imposter feeling: “Do I really get this?” This course is designed to change that.…
My friend, @marcinmoskala , is now releasing a 5-week-long cohort course turning developers into coroutine masters. Check it out. coroutinesmastery.com #Kotlin #AndroidDev #KotlnDev #Coroutines
It’s not just coroutines — every Marcin Moskala workshop is a great deep dive. See the upcoming sessions and reserve your seat today: kt.academy/#public-worksh… #Kotlin #Coroutines #SoftwareEngineering #DeveloperTraining #KtAcademy
When you interoperate with other technologies, turning coroutines into callback is one of the most important skills. Learn it now with this new article by Marcin Moskała. kt.academy/article/intero… #Kotlin #Coroutines #AsynchronousProgramming #SoftwareDevelopment #KtAcademy
Suspend fun showUserName(name: String) = withContext(Dispatchers.Main) { userNameTextView.text = name } Read more 👉 lttr.ai/AheEh #Kotlin #java #coroutines
Bad Nesting in #Kotlin Coroutines: The Bug That's not a Bug (Until it is) #dormosheio #androiddev #coroutines #programming #mobiledev #iosdev dormoshe.io/trending-news/…
¿SnapshotFlow o CollectAsState? 🤖👨💻🥷👀🤔 #android #androidDev #Kotlin #Flow #Coroutines proandroiddev.com/snapshotflow-o…
#Coroutines in #PHP: Functions That Can Pause and Resume ⏸️ 🔄 #Generators provide asymmetric, stackless coroutines - can pause execution with yield keyword and resume with next() method 🧵 👇
🚀 هل تريد إضافة قوة التزامن إلى لغة C؟ 🤔 تعلم كيف يمكن دمج الـ Coroutines بشكل مبتكر في C! 💻✨ اكتشف المزيد في هذا المقال الرائع. #تكنولوجيا #برمجة #C #Coroutines #تطوير_البرمجيات 👉 [اقرأ المزيد](wiomoc.de/misc/posts/hac…)
You can also give a name to your coroutine. From @marcinmoskala talk: Taming Asynchronous Beasts: Debugging and Performance Tuning in a Coroutine World | Marcin Moskała #coroutines #kotlin
Avoid zombie #coroutines & subtle bugs—learn how to manage cancellation in repeating #Kotlin coroutine tasks like polling or scheduling. 🧟♀️ droidcon.com/2025/07/02/mas…
PHP Coroutines... and hot potatoes? 🥔🔥 Sounds weird, but it perfectly explains how `yield` and Fibers work. If you’ve dabbled with them (or avoided them entirely), this post is for you 👉 doeken.org/blog/coroutine… #PHP #Coroutines #AsyncPHP
5️⃣ Full details + code I broke down the approach here: 👉 logickoder.medium.com/detecting-chro… Code: 👉gist.github.com/logickoder/564… Would love to hear how you tackle this challenge — reply if you’ve solved it differently! #AndroidDev #Kotlin #Coroutines #MobileDev #ChromeCustomTabs
At least theoretically, this is the optimal number of threads, assuming you are using them efficiently, i.e., performing CPU-intensive calculations and not blocking threads. Read more 👉 lttr.ai/Afi6y #Kotlin #java #coroutines
Dealing with coroutine issues in Fragments? Check out my latest guide on viewLifecycleOwner.lifecycleScope Covers real-world use cases, MVVM, best practices, and 30+ interview Q&As Read the full post here: medium.com/@contact2kalsh… #AndroidDev #Kotlin #MVVM #Coroutines #Jetpack
For more such content follow @connectup_app #Ktor #Kotlin #BackendDev #Coroutines #DevTools
I’ve written a full blog post on this with: Real use cases MVVM integration Professional examples Complete code 30+ Kotlin coroutine interview Q&As Read it here: medium.com/@contact2kalsh… #Kotlin #CleanArchitecture #MVVM #Coroutines #Android

Marcin Moskała @marcinmoskala
11K Followers 186 Following Fullstack Kotlin, founder of @KtDotAcademy, JetBrains partner, GDE in Kotlin, author of Effective Kotlin and Kotlin Coroutines. Workshops: https://t.co/k2YqQwjvS3
Coroutines @Coroutines
1 Followers 0 Following
Vsevolod @qwwdfsad
627 Followers 379 Following Kotlin Project Lead. Previously: coroutines, serialization, standard library, tooling, concurrency, performance @ JetBrains
Carbinol @Coroutines_
0 Followers 0 Following
engines @coroutines9351
0 Followers 0 Following
曹莲娅 @coroutines09
0 Followers 0 Following
Coroutines @Coroutines20
1 Followers 9 Following
coroutines @coroutines18
0 Followers 3 Following
coroutines @coroutineserf
1 Followers 20 Following
Mori Atsushi📚️ @at_sushi_at
3K Followers 999 Following Android application engineer / 未踏 '19 スパクリ / Kotlin / Jetpack Compose / 良いコードの道しるべ / 詳解Kotlin Coroutines / ポートレート 撮る方
Jan Škrášek @hrachcz
1K Followers 678 Following Android Software Engineer; Kotlin & Coroutines ♥, PHP & Nextras Orm @nextrasfw; @[email protected] https://t.co/UKsSNDk3Wd
Aaron Piotrowski @_trowski
578 Followers 315 Following Computer programmer, photographer, and coffee lover. Maintainer of @asyncphp, a library for writing async code in PHP using promises and coroutines.