Hacker News
- Show HN: Unity-like coroutines in plain old C https://david-delassus.medium.com/unity-like-coroutines-in-plain-old-c-d16bcb90388c 2 comments
- Show HN: Neco – Coroutine Library for C https://github.com/tidwall/neco 36 comments
- Coroutines in C (2000) https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html 93 comments
- Bunki, a C Coroutine Library https://github.com/Keith-Cancel/Bunki 30 comments
- My tutorial and take on C++20 coroutines https://www.scs.stanford.edu/~dm/blog/c++-coroutines.html 136 comments
- Coroutines in C (2000) http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html 11 comments
- Coroutines in C with Arbitrary Arguments http://250bpm.com/blog:48 22 comments
- New chapter of HSPP: bring Haskell coroutine to C++17. None 2 comments haskell
- cxx-async: easy interoperability between C++20 coroutines and Rust async I/O https://pcwalton.github.io/_posts/2022-08-19-introducing-cxx-async.html 8 comments cpp
- C++20 coroutines explained simply https://nmilo.ca/blog/coroutines.html 24 comments cpp
- C++20 — Practical Coroutines by Example https://medium.com/@happy.cerberus/c-20-practical-coroutines-79202872ebba 5 comments programming
- C++20 Coroutines — Complete* Guide https://medium.com/@happy.cerberus/c-20-coroutines-complete-guide-7c3fc08db89d 33 comments cpp
- Simple(r) introduction to C++20 Coroutines https://blog.feabhas.com/2021/09/c20-coroutines/ 11 comments cpp
- C++20 coroutines seem baffling None 55 comments cpp
- C++20 Coroutine: Compiler's Point Of View http://www.vishalchovatiya.com/cpp20-coroutine-under-the-hood/ 6 comments cpp
- Adding coroutine feature to C language http://www.vishalchovatiya.com/coroutine-in-c-language/ 9 comments c_programming
- "My tutorial and take on C++20 coroutines" - David Mazières https://www.scs.stanford.edu/~dm/blog/c++-coroutines.html 53 comments cpp
- C++17 Zero allocation Coroutine/[Resumable function] library https://www.reddit.com/r/cpp/comments/ikhlvw/c17_zero_allocation_coroutineresumable_function/ 35 comments cpp
- C++2a Coroutines and dangling references https://quuxplusone.github.io/blog/2019/07/10/ways-to-get-dangling-references-with-coroutines/ 60 comments cpp
- (C++20 coroutines) Bridging the Latency Gap between NVM and DRAM for Latency-bound Operations https://dl.acm.org/citation.cfm?id=3329917 12 comments cpp
- libaco: A blazing fast and lightweight C asymmetric coroutine library 🚀 (10 ns/ctxsw + 10 million coroutines cost only 2.8GB) https://github.com/hnes/libaco 66 comments programming
- Implementing coroutines in C (warning: disgusting macro magic) (2000) https://www.chiark.greenend.org.uk/~sgtatham/coroutines.html 10 comments programming
- Stackless Coroutines in C++98 https://www.reddit.com/r/cpp/comments/5jtngf/stackless_coroutines_in_c98/ 12 comments cpp
- LLVM Weekly - #95, Oct 26th 2015 // Relicensing LLVM to Apache, C++1z coroutines, C++ modules, Hexagon developments, and more http://llvmweekly.org/issue/95 21 comments cpp
- C++17's 'await' keyword emulation in C++11 (coroutines / resumable functions) https://github.com/mirror/boost/blob/92b121ba6e6b281f0ec77cfe739053abb92e1be9/libs/coroutine/example/cpp11/await_emu.cpp#l172 6 comments cpp
- Coroutines in one page of C http://www.embeddedrelated.com/showarticle/455.php 12 comments programming
- Need help understanding coroutine C library failure http://xmailserver.org/libpcl.html 14 comments lisp
- Asynchronous I/O in C with Coroutines http://tia.mat.br/posts/async_io_with_coroutines/ 9 comments programming
- Coroutines - How they work with C#, yield, and IEnumerator http://altdevblogaday.com/2011/07/07/unity3d-coroutines-in-detail/ 26 comments programming
- Lessons I should have learned, Episode 4: Coroutines in C http://nathanwiegand.com/wp/2010/04/lessons-i-should-have-learned-episode-4-coroutines-in-c/ 17 comments coding
- Lessons I should have learned, Episode 4: Coroutines in C http://nathanwiegand.com/wp/2010/04/lessons-i-should-have-learned-episode-4-coroutines-in-c/ 10 comments programming
- Coroutines in C http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html?submitted_3_years_ago 31 comments programming
- Coroutines in C http://higherlogics.blogspot.com/2008/07/coroutines-in-c.html 16 comments programming
- Coroutines in C http://www.chiark.greenend.org.uk/~sgtatham/coroutines.html?dupe=with_honor 17 comments programming
- What are the pros and cons of this model compared to C++20 coroutines? https://www.reddit.com/r/cpp/comments/nsi69t/what_are_the_pros_and_cons_of_this_model_compared/ 8 comments cpp
- Coop: C++20 coroutines-based library to support cooperative multitasking in the context of a multithreaded application https://github.com/jeremyong/coop 9 comments cpp
- 2017 Toronto ISO C++ Committee Discussion Thread (Concepts in C++20; Coroutines, Ranges and Networking TSes published) https://www.reddit.com/r/cpp/comments/6ngkgc/2017_toronto_iso_c_committee_discussion_thread/ 174 comments cpp
- ICC: Inter Component Communication - C++11 (partially C++20 with coroutines) https://github.com/redradist/Inter-Component-Communication 6 comments cpp
- 2019-02 Kona ISO C++ Committee Trip Report (C++20 design is complete; Modules in C++20; Coroutines in C++20; Reflection TS v1 published; work begins on a C++ Ecosystem Technical Report) https://www.reddit.com/r/cpp/comments/au0c4x/201902_kona_iso_c_committee_trip_report_c20/ 13 comments programming
- 2019-02 Kona ISO C++ Committee Trip Report (C++20 design is complete; Modules in C++20; Coroutines in C++20; Reflection TS v1 published; work begins on a C++ Ecosystem Technical Report) https://wg21.link/P1103 450 comments cpp