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 a75e9dd commit 888af2fCopy full SHA for 888af2f
Sources/ComposableArchitecture/SwiftUI/Binding.swift
@@ -91,6 +91,8 @@ extension BindableState: CustomDebugStringConvertible where Value: CustomDebugSt
91
}
92
93
94
+extension BindableState: Sendable where Value: Sendable {}
95
+
96
/// An action type that exposes a `binding` case that holds a ``BindingAction``.
97
///
98
/// Used in conjunction with ``BindableState`` to safely eliminate the boilerplate typically
0 commit comments