summaryrefslogtreecommitdiff
path: root/conn
diff options
context:
space:
mode:
authorJosh Bleecher Snyder <josh@tailscale.com>2020-12-10 11:25:08 -0800
committerJason A. Donenfeld <Jason@zx2c4.com>2021-01-07 14:49:44 +0100
commitc9e4a859ae8cdd7046a467afe8b50c5364c2cfc7 (patch)
tree933a4c47443a72e8431ec5155775f93a84ac2314 /conn
parent3591acba76d30ea7986ff5828cefcd7d8f705be2 (diff)
downloadwireguard-go-c9e4a859ae8cdd7046a467afe8b50c5364c2cfc7.tar.gz
wireguard-go-c9e4a859ae8cdd7046a467afe8b50c5364c2cfc7.zip
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>
Diffstat (limited to 'conn')
0 files changed, 0 insertions, 0 deletions