Removed item rwlocks implementation.
This was not a feasible way to lock the items - there was no way to atomically acquire the lock and save the information to the structure. Consider using some totally diffrent technique - copy-on-write, RCU, etc.
Loading
Please register or sign in to comment