yoshuawuyts / fd-lock

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

Add a few more tests. #33

Closed sunfishcode closed 2 years ago

sunfishcode commented 2 years ago

This adds tests for trying to acquire a write lock when a read lock is held, and trying to acuire a read lock when a write lock is held.