feat: Resolving concurrency warnings

This commit is contained in:
2024-06-11 10:34:19 -04:00
parent e07df0e426
commit bf2e65fb8f
15 changed files with 156 additions and 130 deletions

View File

@@ -9,7 +9,7 @@ public struct EstimationForm {
public init() { }
@ObservableState
public struct State: Equatable {
public struct State: Equatable, Sendable {
public var cfmPerTon: Int
public var coolingCapacity: EquipmentMetadata.CoolingCapacity
public var filterPressureDrop: Double?