We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fae28d commit f2a903bCopy full SHA for f2a903b
Sources/ComposableArchitecture/SwiftUI/Binding.swift
@@ -94,6 +94,8 @@ extension BindableState: CustomDebugStringConvertible where Value: CustomDebugSt
94
}
95
96
97
+extension BindableState: Sendable where Value: Sendable {}
98
+
99
/// An action type that exposes a `binding` case that holds a ``BindingAction``.
100
///
101
/// Used in conjunction with ``BindableState`` to safely eliminate the boilerplate typically
0 commit comments