introduce statistics collection

This commit is contained in:
Jay
2026-04-24 13:48:52 -04:00
parent 4ac2c488ad
commit 6a3ba05fd5
14 changed files with 453 additions and 140 deletions
+1
View File
@@ -47,6 +47,7 @@ func setupWorkerTest(t *testing.T) workerTestVars {
OnExit: func(kind WorkerExitKind) {
once.Do(func() { exitKind.Store(kind) })
},
InboxCounter: &atomic.Uint64{},
}
wg := &sync.WaitGroup{}