You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/syncs
Joe Tsai 3aea0e095a syncs: delete WaitGroup and use sync.WaitGroup.Go in Go 1.25
Our own WaitGroup wrapper type was a prototype implementation
for the Go method on the standard sync.WaitGroup type.
Now that there is first-class support for Go,
we should migrate over to using it and delete syncs.WaitGroup.

Updates #cleanup
Updates tailscale/tailscale#16330

Change-Id: Ib52b10f9847341ce29b4ca0da927dc9321691235
Signed-off-by: Joe Tsai <joetsai@digital-static.net>
3 months ago
..
locked.go all: update copyright and license headers 3 years ago
locked_test.go all: update copyright and license headers 3 years ago
pool.go syncs: add generic Pool (#12759) 1 year ago
pool_test.go syncs: add generic Pool (#12759) 1 year ago
shardedint.go syncs: add ShardedInt expvar.Var type 12 months ago
shardedint_test.go syncs: add ShardedInt expvar.Var type 12 months ago
shardedmap.go syncs: add ShardedMap.Mutate 2 years ago
shardedmap_test.go syncs: add ShardedMap.Mutate 2 years ago
shardvalue.go syncs: add ShardedInt expvar.Var type 12 months ago
shardvalue_go.go syncs: add ShardedInt expvar.Var type 12 months ago
shardvalue_tailscale.go syncs: add ShardedInt expvar.Var type 12 months ago
shardvalue_test.go syncs: add ShardedInt expvar.Var type 12 months ago
syncs.go syncs: delete WaitGroup and use sync.WaitGroup.Go in Go 1.25 3 months ago
syncs_test.go syncs: delete WaitGroup and use sync.WaitGroup.Go in Go 1.25 3 months ago