aboutsummaryrefslogtreecommitdiff
path: root/src/sync/oncefunc_test.go
AgeCommit message (Expand)Author
2025-05-08runtime: schedule cleanups across multiple goroutinesMichael Anthony Knyszek
2025-02-26sync: don't keep func alive after OnceFunc panicsMateusz Poliwczak
2025-02-25sync: reduce OnceFunc (and variants) heap allocationsBrian Byrne
2025-02-14sync: use runtime.AddCleanup instead of runtime.SetFinalizerCarlos Amedee
2023-11-21sync: do not unnecessarily keep alive functions wrapped by Once(Func|Value|Va...Carlo Alberto Ferraris
2023-03-31sync: implement OnceFunc, OnceValue, and OnceValuesAustin Clements