Real OS-level wakeups for blocking Write/Read instead of polling: Linux (Go+Rust) and Android now block on a real futex(2), and the web build awaits Atomics.waitAsync instead of a fixed timer. macOS/Windows are unchanged (still poll). No API changes on any platform.
See the main README's Design section and rust/README.md for details.