package
1.79.0-mod
Repository: https://github.com/sagernet/tailscale.git
Documentation: pkg.go.dev

# Functions

NewSafeFunc returns a new SafeFunc that wraps f.

# Structs

SafeFunc is a wrapper around [expvar.Func] that guards against unbounded call time and ensures that only a single call is in progress at any given time.