Closed yoshuawuyts closed 3 years ago
Rewrote most of the crate. This now adds the Windows version of lock as well. try_lock now returns an io::WouldBlock error if it fails to lock because a lock is already held. Thanks!
lock
try_lock
io::WouldBlock
Closes #2, #4.
Rewrote most of the crate. This now adds the Windows version of
lock
as well.try_lock
now returns anio::WouldBlock
error if it fails to lock because a lock is already held. Thanks!Closes #2, #4.