summaryrefslogtreecommitdiffhomepage
path: root/types/lazy
AgeCommit message (Expand)AuthorFilesLines
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