Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-01-21 | Rename DowngradableRWMutex to RWmutex. | Ian Gudger | |
Also renames TMutex to Mutex. These custom mutexes aren't any worse than the standard library versions (same code), so having both seems redundant. PiperOrigin-RevId: 290873587 | |||
2020-01-21 | TMutex based on sync.Mutex. | Ian Gudger | |
Updates #231 PiperOrigin-RevId: 290854399 |