Releases: gofsd/shmring
Releases · gofsd/shmring
Release list
v0.4.0
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.
v0.3.0
v0.2.0
v0.1.0
First tagged release.
- Go:
go get github.com/gofsd/shmring@v0.1.0 - Android/Gradle:
shmring-v0.1.0.aarattached below, resolved via a
Gradle ivy-pattern repository (see README Install section) -- no Maven
registry account needed. - Web/npm: published as
shmringon npm.
Verified end-to-end on desktop (two real processes), in a real headless
browser (SharedArrayBuffer across main thread/Worker), and on a real
Android device (ASharedMemory backend, both raw and via the gomobile AAR).