Skip to content

Commit

Permalink
Mark Sendable for RequestContextSource protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
vamsii777 committed Dec 2, 2024
1 parent 5eac29b commit be96c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Hummingbird/Server/RequestContextSource.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import Logging
import NIOCore

/// Protocol for source of request contexts
public protocol RequestContextSource {
public protocol RequestContextSource: Sendable {
/// Request Logger
var logger: Logger { get }
}
Expand Down

0 comments on commit be96c36

Please sign in to comment.