Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 277 Bytes

File metadata and controls

6 lines (5 loc) · 277 Bytes

Thread Safe Any Object

Originally published: 2007-12-21 15:32:31
Last updated: 2007-12-21 15:32:31
Author: Mik Lala

This is a class I made to make any object thread safe using a simple RLock. It makes the whole thing as transparent as possible, using getattr.