Skip to content

Commit

Permalink
Merge pull request #4 from surendratiwari3/enhancement-issue-3
Browse files Browse the repository at this point in the history
removed unused task channel
  • Loading branch information
surendratiwari3 authored Jan 28, 2024
2 parents 9ab2bf5 + 2234c08 commit f3456fa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workerpool/workerpool.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ type WorkerPool struct {
concurrency uint
nameSpace string
contextType reflect.Type
taskChannel chan task.Job
ackChannel chan uint64 // Channel to receive delivery tags for acknowledgments
}

type WorkerPoolOptions struct {
Expand Down

0 comments on commit f3456fa

Please sign in to comment.