Rob Watson 5038eb40eb | ||
---|---|---|
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
README.md
rust-lock-free-vumeter
Simple proof-of-concept of a lock-free audio/GUI pattern, inspired by Tim Doumler at CPPCon 2015 - but in Rust, not C++.
TODO:
It should be possible to further optimize the thread interaction by avoiding SeqCst
ordering.