feat: Conforming types to Sendable
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Foundation
|
||||
|
||||
public struct RatedEnvelope<Rating>: Equatable {
|
||||
public struct RatedEnvelope<Rating>: Equatable, Sendable {
|
||||
public var maximum: Double
|
||||
public var minimum: Double
|
||||
public var rated: Double
|
||||
|
||||
Reference in New Issue
Block a user