Hacker News
- Kotlin Coroutines runtime in 400 lines https://github.com/dokar3/mini-coroutines 13 comments
- Kotlin Coroutines vs. Threads Performance Benchmark https://www.techyourchance.com/kotlin-coroutines-vs-threads-performance-benchmark/ 41 comments
- Kreds - a thread-safe, idiomatic, coroutine-based Redis client written in 100% Kotlin https://github.com/crackthecodeabhi/kreds 6 comments kotlin
- Did you already use Kotlin+coroutines for scripting? If so, you should take a look at kotlin-process to easily call external processes! https://github.com/pgreze/kotlin-process 5 comments kotlin
- Coroutines: Concurrency in Kotlin https://youtu.be/e7tKQDJsTGs 4 comments androiddev
- Kotlin Coroutines and Loom https://youtu.be/cfivesAC_cw 2 comments kotlin
- Kotlin Coroutines vs Threads Memory Benchmark https://www.techyourchance.com/kotlin-coroutines-vs-threads-memory-benchmark/ 4 comments androiddev
- Kotlin Coroutines vs Threads Performance Benchmark https://www.techyourchance.com/kotlin-coroutines-vs-threads-performance-benchmark/ 41 comments androiddev
- Concurrent cancellation protocol, Scala's Cats-Effect vs Kotlin Coroutines (sample) https://gist.github.com/alexandru/60e977fcf75ed88c4d0b824b312dba44 24 comments scala
- jOOQ 3.17.0 release with client side computed columns, audit columns, pattern matching, reactive transactions and kotlin coroutine support https://blog.jooq.org/3-17-0-release-with-computed-columns-audit-columns-pattern-matching-reactive-transactions-and-kotlin-coroutine-support/ 14 comments kotlin
- jOOQ 3.17.0 release with client side computed columns, audit columns, pattern matching, reactive transactions and kotlin coroutine support https://blog.jooq.org/3-17-0-release-with-computed-columns-audit-columns-pattern-matching-reactive-transactions-and-kotlin-coroutine-support/ 2 comments java
- 5 common mistakes when using Kotlin Coroutines https://youtu.be/coq9XDMB-yU 5 comments kotlin
- The new AWS SDK for Kotlin with Coroutines support https://blog.jetbrains.com/kotlin/2022/01/the-new-aws-sdk-for-kotlin-with-coroutines-support/ 8 comments kotlin
- Kotlin coroutines stack trace issue https://github.com/Kotlin/kotlinx.coroutines/blob/master/docs/topics/debugging.md#stacktrace-recovery 4 comments kotlin
- I would like to share my Kotlin Coroutines playground https://github.com/edgar-zigis/CoroutineRecipes 3 comments kotlin
- How does suspension work in Kotlin coroutines? https://kt.academy/article/cc-suspension 2 comments kotlin
- Kotlin coroutines dispatchers - how each of them works and where should be used https://kt.academy/article/cc-dispatchers 7 comments kotlin
- Things I Misunderstood About Kotlin Coroutine Cancellations and Exceptions https://mbrizic.com/blog/coroutine-cancellation-exceptions/ 9 comments kotlin
- Porting Kotlin Coroutines library to JavaScript https://github.com/zirman/suspenders-js 6 comments javascript
- 7 common mistakes you might be making when using Kotlin Coroutines https://www.lukaslechner.com/7-common-mistakes-you-might-be-making-when-using-kotlin-coroutines/ 25 comments kotlin
- Kotlin Coroutines vs Java Threads https://piotrminkowski.com/2020/06/23/kotlin-coroutines-vs-java-threads/ 4 comments programming
- What are your thoughts on Kotlin's Coroutine? https://www.reddit.com/r/scala/comments/bpa0j8/what_are_your_thoughts_on_kotlins_coroutine/ 52 comments scala
- Futures, cancellation and coroutines in Kotlin [x-post from r/Kotlin] https://www.reddit.com/r/kotlin/comments/9o0rtc/futures_cancellation_and_coroutines/ 5 comments programming
- Kotlin Coroutines - stable as of Kotlin 1.3 https://kotlinexpertise.com/kotlin-coroutines-guide/ 17 comments programming
- Kotlin 1.3 RC is Here: Migrate Your Coroutines! [x-post from r/Kotlin] https://www.reddit.com/r/kotlin/comments/9hhji9/kotlin_13_rc_is_here_migrate_your_coroutines/ 5 comments programming
- Suspending functions with Kotlin Coroutines https://medium.com/@elizarov/kotlin-coroutines-a-deeper-look-180536305c3f 3 comments programming
- Kotlin 1.1 Released with JavaScript Support, Coroutines and more https://blog.jetbrains.com/kotlin/2017/03/kotlin-1-1/ 4 comments java
- Kotlin 1.1 Released with JavaScript Support, Coroutines and more https://blog.jetbrains.com/kotlin/2017/03/kotlin-1-1/ 39 comments programming
- Exploring "select" expression of Kotlin coroutines https://blog.shreyaspatil.dev/exploring-select-expression-of-kotlin-coroutines 2 comments kotlin
- Introduction to unit testing ViewModel with Kotlin Coroutine & Flow https://blog.canopas.com/introduction-to-unit-testing-viewmodels-with-kotlin-coroutine-367630e95831 2 comments kotlin
- Kotlin Coroutines 1.5: GlobalScope Marked as Delicate, Refined Channels API, and More https://blog.jetbrains.com/kotlin/2021/05/kotlin-coroutines-1-5-0-released/ 10 comments kotlin
- Concurrency doesn't have to be hard: Kotlin Coroutines and Channels https://www.youtube.com/watch?v=3WGM-_MnPQA 5 comments programming
- Ktor 1.0 Released: A Connected Applications Framework by JetBrains (in Kotlin, based on coroutines) https://blog.jetbrains.com/kotlin/2018/11/ktor-1-0/ 63 comments programming
- Futures, cancellation and coroutines – Roman Elizarov (a Kotlin lead but relevant to Rust's concepts) https://medium.com/@elizarov/futures-cancellation-and-coroutines-b5ce9c3ede3a 10 comments rust
- Concurrency: Java Futures and Kotlin Coroutines https://dzone.com/articles/concurrency-java-futures-and-kotlin-coroutines-1 3 comments java
- Concurrency: Java Futures and Kotlin Coroutines https://blog.frankel.ch/concurrency-java-futures-kotlin-coroutines 4 comments java
- Coroutine Essentials - Kotlin Illustrated Guide, Chapter 20 https://typealias.com/start/kotlin-coroutines/ 10 comments kotlin
- Retrofit — Effective error handling with Kotlin Coroutine and Result API https://blog.canopas.com/retrofit-effective-error-handling-with-kotlin-coroutine-and-result-api-405217e9a73d 21 comments androiddev
- 🔥Firebase-ing with Kotlin Coroutines + Flow🌊 https://medium.com/firebase-developers/firebase-ing-with-kotlin-coroutines-flow-dab1bc364816?source=friends_link&sk=47f20fcda6c47cc932762ade8d022dd2 4 comments kotlin
- I just published my first blog ever! I break down the suspend function of Kotlin Coroutines. Feedback please! https://recheecodes.com/kotlin-coroutines-suspend-function/ 7 comments kotlin