summaryrefslogtreecommitdiffhomepage
path: root/syncs/locked.go
AgeCommit message (Expand)AuthorFilesLines
2026-01-23all: remove AUTHORS file and references to itWill Norris1-1/+1
2025-11-16syncs: add Mutex/RWMutex alias/wrappers for future mutex debuggingBrad Fitzpatrick1-2/+2
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-03-17syncs: use TryLock and TryRLock instead of unsafeJosh Bleecher Snyder1-35/+9
2021-10-27syncs: mark as safe for Go 1.18Josh Bleecher Snyder1-2/+2
2021-08-17syncs: bump known good version to include Go 1.17Josh Bleecher Snyder1-2/+2
2021-08-05all: gofmt with Go 1.17Josh Bleecher Snyder1-0/+1
2020-09-09syncs: add AssertLockedJosh Bleecher Snyder1-0/+58