summaryrefslogtreecommitdiffhomepage
path: root/types/lazy
AgeCommit message (Expand)AuthorFilesLines
2025-07-13types/lazy: add lazy.GMap: a map of lazily computed GValues (#16532)Simon Law2-0/+157
2025-04-08all: unify some redundant testing.TB interface copiesBrad Fitzpatrick1-3/+5
2025-01-15types/lazy: fix flaky TestDeferAfterDoNick Khyl2-7/+34
2025-01-12util/uniq,types/lazy,*: delete code that's now in Go stdBrad Fitzpatrick2-78/+0
2024-10-07types/lazy: add DeferredInit typeNick Hill2-0/+375
2024-07-24types/lazy: re-init SyncValue during test cleanup if it wasn't set before Set...Nick Khyl2-3/+23
2024-07-22types/lazy: add (*SyncValue[T]).SetForTest methodNick Khyl2-0/+223
2024-06-24types/lazy: add Peek method to SyncValueAndrew Dunham2-5/+114
2024-04-16all: use Go 1.22 range-over-intBrad Fitzpatrick1-1/+1
2023-02-10types/lazy: helpers for lazily computed valuesDavid Anderson4-0/+477