Commit Graph
1 Commits
Author SHA1 Message Date
Jason A. Donenfeld 4846070322 device: use a waiting sync.Pool instead of a channel
Channels are FIFO which means we have guaranteed cache misses.

Signed-off-by: Jason A. Donenfeld <[email protected]>
2021-02-02 19:32:13 +01:00