Skip to content

v0.4.0

Latest

Choose a tag to compare

@gofsd gofsd released this 29 Jul 13:13

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.