yoshuawuyts / fd-lock

Advisory cross-platform file locks using file descriptors
Apache License 2.0
76 stars 18 forks source link

Updates #10

Closed yoshuawuyts closed 3 years ago

yoshuawuyts commented 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!

Closes #2, #4.