harlowja / fasteners

A python package that provides useful locks.
Apache License 2.0
246 stars 45 forks source link

Check for pending writers in read_lock() #45

Closed obondarev closed 4 years ago

obondarev commented 4 years ago

Pending write lock should be of higher priority than read locks.