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 fab17fe commit 1f1656dCopy full SHA for 1f1656d
Sources/ComposableArchitecture/ViewStore.swift
@@ -56,11 +56,6 @@ import SwiftUI
56
/// self.viewStore.send(.incrementButtonTapped)
57
/// }
58
/// ```
59
-///
60
-/// > Important: The `ViewStore` class is not thread-safe, and all interactions with it (and the
61
-/// > store it was derived from) must happen on the same thread. Further, for SwiftUI applications,
62
-/// > all interactions must happen on the _main_ thread. See the documentation of the ``Store``
63
-/// > class for more information as to why this decision was made.
64
@available(
65
iOS,
66
deprecated: 9999,
0 commit comments