You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For tailscale/tailscale#14412 for sharded counters that have high write load, we want a ~"current CPU" hint, even if it's outdated by the time we use it.
+func TailscaleCurrentP() int {+ return int(getg().m.p.ptr().id)+}