Engine
Engine copied to clipboard
RWLock method naming
Read/Write are not always representative of how you are using it. It might make more sense to either change those methods to, or add Shared/Exclusive, matching the underlying Windows API, and often the intent in some situations.