pyreaqtive icon indicating copy to clipboard operation
pyreaqtive copied to clipboard

Make models set() and get() inherently thread safe

Open polfeliu opened this issue 4 years ago • 3 comments
trafficstars

polfeliu avatar Sep 02 '21 07:09 polfeliu

Probably a mutex to the store variable is enough

polfeliu avatar Sep 05 '21 14:09 polfeliu

Also important (even more so) for rq_getattr. __getattribute__ needs to also be overriden to acquire the mutex first

polfeliu avatar Sep 05 '21 14:09 polfeliu