Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sverdlov93 committed Sep 19, 2024
1 parent 8439ffa commit b55a7ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions parallel/runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b55a7ef

Please sign in to comment.