]> git.lizzy.rs Git - rust.git/commit
Suggest using an atomic value instead of a Mutex where possible
authorFlorian Hartwig <florian.j.hartwig@gmail.com>
Tue, 6 Oct 2015 23:17:57 +0000 (01:17 +0200)
committerFlorian Hartwig <florian.j.hartwig@gmail.com>
Tue, 6 Oct 2015 23:35:14 +0000 (01:35 +0200)
commitf8aa0431bdea0b5adb8a53a7a8eb32b091759561
treec36275066ea3e2b40cad4a6b53f73456837edf0a
parent3e475e9588bbd0235a85b2b30b42e34b0bbdf36a
Suggest using an atomic value instead of a Mutex where possible
README.md
src/lib.rs
src/mutex_atomic.rs [new file with mode: 0644]
src/utils.rs
tests/compile-fail/mutex_atomic.rs [new file with mode: 0644]