Skip to content

Commit

Permalink
Make HBJobQueueHandler final
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-fowler authored Jul 31, 2023
1 parent 302ea53 commit 6ba14fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/HummingbirdJobs/JobQueueHandler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Hummingbird
import Logging

/// Object handling a single job queue
public class HBJobQueueHandler {
public final class HBJobQueueHandler {
public init(queue: HBJobQueue, numWorkers: Int, eventLoopGroup: EventLoopGroup, logger: Logger) {
self.queue = queue
self.workers = (0..<numWorkers).map { _ in
Expand Down

0 comments on commit 6ba14fc

Please sign in to comment.