We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e547d26 commit a67b814Copy full SHA for a67b814
1 file changed
Sources/SwiftQueue/SwiftQueueManager.swift
@@ -112,16 +112,6 @@ public extension SwiftQueueManager {
112
return manage.values.count
113
}
114
115
- /// number of jobs for all queues
116
- /// TODO remove this method
117
- func jobCount() -> Int {
118
- var count = 0
119
- for element in manage.values {
120
- count += element.operationCount
121
- }
122
- return count
123
124
-
125
/// Return queues UUID with the list of Jobs inside
126
func getAll() -> [String: [JobInfo]] {
127
var result = [String: [JobInfo]]()
0 commit comments