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.
References
Description
Languages
Rust
100%