https://www.matheusmoreira.com/articles/generators-in-lone-lisp #LoneLisp #Generators #Coroutines #21stCentury #CuttingEdge #HackerNews #ngated
TaskRoutines #Backgroundtasks #Coroutine #Tasks #Coroutines #AssetStore
Looking at Unity made me understand the point of C++ coroutines
https://mropert.github.io/2026/03/20/unity_cpp_coroutines/
#HackerNews #Unity #C++ #coroutines #programming #game #development #technology
Intro to Flow: You Can't Do THAT with Collections…

C++Online 2026 SESSION SPOTLIGHT: Coroutines and C++ - Async Without the Pain? C++ Coroutines by Tamas Kovacs
https://cpponline.uk/session/2026/coroutines-and-cpp/
Register now at https://cpponline.uk/registration/
Asynchronous programming in C++ has long been complex—callback chains, thread juggling, and heavyweight abstractions often make it harder than it should be. Modern C++ coroutines change that. They enable clearer control flow, better structure, and more maintainable async code without sacrificing performance. But how does this work in practice? In this talk, I’ll focus on […]
Hab heut Zeit versenkt in #Kotlin eine #Collection parallel zu verändern und die resultierenden geschachtelten Listen wieder in ne Liste zu sammeln und flach zu machen.
Erst hab ich einfach parallelStream aufgerufen, und am Ende toList + flatten
Mein Source level ist aber Java11.
Da gibts eins von denen am Ende nicht. 🫠
Dann gesucht und rausgefunden #parallelStream ist #Java Api, Kotlin nativ wäre #Coroutines.
Jetzt hab ich was mit experimentellen OptIn #Flows gemacht. 👀
Why struggle with complex asynchronous code when coroutines can simplify it all? My self-study course breaks down everything you need to know—in just three hours of video content. Learn now, apply tomorrow!
Doing some sunday coding over here... Is there a standardized way to persist the internal state of co-routines?
I have a set of running state machines encoded in python coroutines and want to persist them to disc and continue execution later. Any suggestions? #sunday #python #coroutines
I wrote the fifth part of my #blog series “Implementing Co, a small programming language with #coroutines”. This time, we add support for sleep in #Co for time-based executions. https://abhinavsarkar.net/posts/implementing-co-5/
#Programming #PLT #ProgrammingLanguages #Compilers #Haskell #concurrency