summaryrefslogtreecommitdiffhomepage
path: root/syncs/syncs.go
AgeCommit message (Expand)AuthorFilesLines
2023-04-27syncs: add Map.Len to get the length of the MapJames Tucker1-0/+7
2023-04-27syncs: add documentation to Map.RangeJames Tucker1-0/+2
2023-03-09syncs: add WaitGroup wrapper (#7481)Joe Tsai1-0/+16
2023-01-27all: update copyright and license headersWill Norris1-3/+2
2022-11-10syncs: add Map (#6260)Joe Tsai1-0/+66
2022-08-04syncs: add generic AtomicValueMaisem Ali1-0/+43
2022-08-04syncs, all: move to using Go's new atomic types instead of oursBrad Fitzpatrick1-36/+0
2021-07-20wgengine/{monitor,router}: restore Linux ip rules when systemd deletes themBrad Fitzpatrick1-0/+10
2021-06-23syncs: add AtomicUint32David Crawshaw1-0/+11
2021-03-23syncs: add SemaphoreBrad Fitzpatrick1-1/+46
2020-11-24Fix receiver in order to be consistent: syncs.WaitGroupChanDmytro Tananayskiy1-4/+4
2020-09-09syncs: add AssertLockedJosh Bleecher Snyder1-1/+1
2020-05-29syncs: add AtomicBoolBrad Fitzpatrick1-0/+15
2020-03-12syncs: add new package for extra sync typesBrad Fitzpatrick1-0/+66