Skip to content

Commit 4daab07

Browse files
committed
Refactor concurrency package to include new metrics and remove unused code
1 parent f3c8c57 commit 4daab07

File tree

3 files changed

+2
-1
lines changed

3 files changed

+2
-1
lines changed

concurrency/metrics.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// concurrency/metrics.go
12
package concurrency
23

34
import (

concurrency/resize.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
// concurrency/resize.go
2-
32
package concurrency
43

54
// ResizeSemaphore adjusts the size of the semaphore used to control concurrency. This method creates a new

concurrency/scale.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// concurrency/scale.go
12
package concurrency
23

34
import "go.uber.org/zap"

0 commit comments

Comments
 (0)