qutex 0.2.6

Synchronization mechanisms that rely on lock-free and other non-(thread)blocking techniques, such as Rust futures, to guarantee mutually exclusive or shared exclusive access to data.
Documentation
# Compiled files
*.o

*.so

*.rlib

*.dll


# Executables
*.exe


# Other
/*.png

*.sublime-workspace

**/result.png

/examples/**/result**.png

# /examples/images-safe-clamp/result_patches.png
# /examples/images-safe-clamp/result_unrolled.png
**/result*.png


# Generated by Cargo
Cargo.lock

**/Cargo.lock

/target/

/examples/**/target/


# My junk
/data

**/tmp

/src/junk

/bak