tailscale/types/lazy
Brad Fitzpatrick 69b90742fe util/uniq,types/lazy,*: delete code that's now in Go std
sync.OnceValue and slices.Compact were both added in Go 1.21.

cmp.Or was added in Go 1.22.

Updates #8632
Updates #11058

Change-Id: I89ba4c404f40188e1f8a9566c8aaa049be377754
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
2025-01-12 19:49:02 -08:00
..
deferred_test.go types/lazy: add DeferredInit type 2024-10-07 15:43:22 -05:00
deferred.go types/lazy: add DeferredInit type 2024-10-07 15:43:22 -05:00
lazy.go util/uniq,types/lazy,*: delete code that's now in Go std 2025-01-12 19:49:02 -08:00
sync_test.go util/uniq,types/lazy,*: delete code that's now in Go std 2025-01-12 19:49:02 -08:00
unsync_test.go types/lazy: helpers for lazily computed values 2023-02-10 20:59:58 -08:00
unsync.go types/lazy: helpers for lazily computed values 2023-02-10 20:59:58 -08:00