boulder/semaphore
Aaron Gable 61b484c13b
Update to math/rand/v2 (#7657)
Replace all of Boulder's usage of the Go stdlib "math/rand" package with
the newer "math/rand/v2" package which first became available in go1.22.
This package has an improved API and faster performance across the
board.

See https://go.dev/blog/randv2 and https://go.dev/blog/chacha8rand for
details.
2024-08-12 09:17:09 -07:00
..
semaphore.go semaphore: Add missing mutex unlock (#7272) 2024-01-24 12:56:45 -05:00
semaphore_bench_test.go Re-enable errcheck linter (#6819) 2023-04-14 15:41:12 -04:00
semaphore_example_test.go ocsp: add load shedding for live signer (#6523) 2022-12-12 15:48:44 -08:00
semaphore_test.go Update to math/rand/v2 (#7657) 2024-08-12 09:17:09 -07:00