raghu@dark-factory :~/kb/green-threads $ cat

Green threads

A concurrency model that multiplexes many lightweight user-space (stackful) coroutines onto a few OS threads, the alternative to stackless poll-based async that Rust removed before 1.0 and that still frames its async debates.

grounded in: HN theme (2026-07-16): sustained Rust ecosystem debates about async concurrency and language editions.

Connected concepts

Async runtime, Poll-based futures, Function coloring, Thread-per-Core

Explore it live in the knowledge graph →