Files
wireguard-go/device
Josh Bleecher Snyder 5e92865404 device: remove starting waitgroups
In each case, the starting waitgroup did nothing but ensure
that the goroutine has launched.

Nothing downstream depends on the order in which goroutines launch,
and if the Go runtime scheduler is so broken that goroutines
don't get launched reasonably promptly, we have much deeper problems.

Given all that, simplify the code.

Passed a race-enabled stress test 25,000 times without failure.

Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
2020-12-10 22:37:10 +01:00
..
2020-12-10 22:37:10 +01:00
2020-11-06 18:01:27 +01:00
2020-12-10 22:37:10 +01:00
2020-12-10 22:37:10 +01:00
2020-12-10 22:37:10 +01:00
2020-12-10 22:37:10 +01:00
2020-11-18 14:24:17 +01:00