From b55a7ef54c217731d99eee2e2550fcebbd0c831e Mon Sep 17 00:00:00 2001 From: Michael Sverdlov Date: Thu, 19 Sep 2024 19:35:28 +0300 Subject: [PATCH] update deps --- parallel/runner.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/parallel/runner.go b/parallel/runner.go index 349ad68..38df790 100644 --- a/parallel/runner.go +++ b/parallel/runner.go @@ -58,8 +58,6 @@ type runner struct { threadCount atomic.Uint32 // The number of open threads. openThreads atomic.Uint32 - // A lock on openThreads. - openThreadsLock sync.Mutex // The number of threads currently running tasks. activeThreads atomic.Uint32 // The number of tasks in the queue.