tailscale/syncs
Uri Gorelik b88929edf8 Fix potential goroutine leak in syncs/watchdog.go
Depending on how the preemption will occur, in some scenarios sendc
would have blocked indefinitely even after cancelling the context.

Fixes #10315

Signed-off-by: Uri Gorelik <uri.gore@gmail.com>
2023-11-18 10:37:29 -08:00
..
locked.go
locked_test.go
shardedmap.go
shardedmap_test.go
syncs.go syncs: add Map.LoadFunc (#9869) 2023-10-18 15:02:45 -07:00
syncs_test.go syncs: add Map.LoadFunc (#9869) 2023-10-18 15:02:45 -07:00
watchdog.go Fix potential goroutine leak in syncs/watchdog.go 2023-11-18 10:37:29 -08:00
watchdog_test.go