Skip to content

Commit

Permalink
feat: add sendable.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew54068 committed Oct 17, 2022
1 parent b15fa9d commit cfb86cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Core/Protocols/URLSessionProtocol.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import UIKit
public protocol URLSessionProtocol {
func dataTask(
with request: URLRequest,
completionHandler: @escaping (Data?, URLResponse?, Error?) -> Void
completionHandler: @escaping @Sendable (Data?, URLResponse?, Error?) -> Void
) -> URLSessionDataTask
}

Expand Down

0 comments on commit cfb86cd

Please sign in to comment.