Skip to content

Commit

Permalink
Conform NetworkService to Sendable
Browse files Browse the repository at this point in the history
feature/strict-concurrency-checking
  • Loading branch information
roanutil committed Oct 5, 2023
1 parent 83a5029 commit 4fbc6a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/NetworkService/NetworkService.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import Combine
import Foundation

/// Provides methods for making network requests and processing the resulting responses
public final class NetworkService {
public final class NetworkService: Sendable {
/// `NetworkService`'s error domain
public enum Failure: Error, Hashable, Sendable {
case urlResponse(URLResponse)
Expand Down

0 comments on commit 4fbc6a7

Please sign in to comment.