harlowja / fasteners

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

Interprocess semaphore and reader writer lock #42

Open psarka opened 4 years ago

psarka commented 4 years ago

I'm looking for a python implementation of multiplatform interprocess reader writer lock (and hence semaphore), and fasteners library seems to be the place that could potentially provide it.

Would you be interested in contribution of these two, assuming that they are possible to implement in a similar fashion as interprocess lock?

harlowja commented 4 years ago

Sure.