aboutsummaryrefslogtreecommitdiffstats
path: root/device/pools_test.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* conn, device, tun: implement vectorized I/O plumbingJordan Whited2023-03-101-0/+48
* global: bump copyright yearJason A. Donenfeld2023-02-071-1/+1
* global: bump copyright yearJason A. Donenfeld2022-09-201-1/+1
* all: use Go 1.19 and its atomic typesBrad Fitzpatrick2022-09-041-10/+13
* all: use any in place of interface{}Josh Bleecher Snyder2022-03-161-2/+2
* device: disable waitpool testsJason A. Donenfeld2021-02-221-0/+1
* device: run fewer trials in TestWaitPool when race detector enabledJosh Bleecher Snyder2021-02-091-0/+4
* device: do not attach finalizer to non-returned objectJason A. Donenfeld2021-02-091-1/+1
* device: benchmark the waitpool to compare it to the prior channelsJason A. Donenfeld2021-02-031-0/+23
* device: use a waiting sync.Pool instead of a channelJason A. Donenfeld2021-02-021-0/+60