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
): at high rates, this will just consume a lot of memory; use a finite number of workers, and recycle memory using a sync.Pool
rework the pattern "register task, then run init, then run exit": this creates a lot of boilerplate; when we do Setup.Run(), we should instead start tasks directly, and optionally defer a Close() method
apipackagesSRv6/internal/netfunc/netfunc.go
Line 44 in 699d839
sync.PoolSetup.Run(), we should instead start tasks directly, and optionally defer aClose()method