Skip to content

Commit 1f1656d

Browse files
authored
Update ViewStore.swift
1 parent fab17fe commit 1f1656d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/ComposableArchitecture/ViewStore.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ import SwiftUI
5656
/// self.viewStore.send(.incrementButtonTapped)
5757
/// }
5858
/// ```
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.
6459
@available(
6560
iOS,
6661
deprecated: 9999,

0 commit comments

Comments
 (0)