is there a rwlock implementation in python library?

Miles semanticist at gmail.com
Wed Apr 8 23:44:36 EDT 2009


On Wed, Apr 8, 2009 at 11:10 PM, Ken wrote:
> I need a read-write-lock, is there already an implementation in the standard
> library?

No, but there are several recipes on ActiveState:

http://code.activestate.com/recipes/413393/
http://code.activestate.com/recipes/502283/
http://code.activestate.com/recipes/465156/

-Miles



More information about the Python-list mailing list