Hacker News
Lobsters
- Concurrent cancellation protocol, Scala's Cats-Effect vs Kotlin Coroutines (sample) https://gist.github.com/alexandru/60e977fcf75ed88c4d0b824b312dba44 24 comments scala
- corofx: Typed effect handlers for C++20 using coroutines. https://github.com/vchlin/corofx 19 comments cpp
- Coroutines and effects https://without.boats/blog/coroutines-and-effects/ 63 comments rust
- 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
- How do I get the effect of C#’s async void in a C++ coroutine? Part 1: Why does the obvious solution crash? https://blogs.msdn.microsoft.com/oldnewthing/20190116-00/?p=100715 19 comments cpp