aboutsummaryrefslogtreecommitdiff
path: root/device/pools_test.go
AgeCommit message (Expand)Author
2022-08-30all: use Go 1.19 and its atomic typesbf/atomic/for-jasonBrad Fitzpatrick
2022-03-16all: use any in place of interface{}js/for-jasonJosh Bleecher Snyder
2021-02-22device: disable waitpool testsJason A. Donenfeld
2021-02-09device: run fewer trials in TestWaitPool when race detector enabledJosh Bleecher Snyder
2021-02-09device: do not attach finalizer to non-returned objectJason A. Donenfeld
2021-02-03device: benchmark the waitpool to compare it to the prior channelsJason A. Donenfeld
2021-02-02device: use a waiting sync.Pool instead of a channelJason A. Donenfeld