You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sayan d43e6f41da
Use `QuickLock` instead of mutex (#185)
* Use our own lock instead of parking_lot::Mutex

* Account for spurious failures in cmpxchg weak

* Ignore send error because parent may have panicked

The parent thread may have already panicked, dropping the rx.
3 years ago
..
native Decompose linearity tests and utils into modules 3 years ago
src Use `QuickLock` instead of mutex (#185) 3 years ago
Cargo.toml Use `QuickLock` instead of mutex (#185) 3 years ago
build.rs Add native file locks for unix and windows systems 3 years ago