mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-20 09:11:33 +01:00
* Add withValue to Shared, deprecate direct mutation. * updates * wip * wip * wip * wip * Available noasync * withLock * clean up * wip * wip * Update SyncUpsListTests.swift * wip * wip * wip * wip * wip --------- Co-authored-by: Stephen Celis <stephen@stephencelis.com>
33 lines
578 B
Markdown
33 lines
578 B
Markdown
# ``ComposableArchitecture/SharedReader``
|
|
|
|
## Topics
|
|
|
|
### Creating a shared value
|
|
|
|
- ``init(_:)-3a38z``
|
|
- ``init(_:)-42f43``
|
|
- ``init(projectedValue:)``
|
|
- ``constant(_:)``
|
|
|
|
### Creating a persisted value
|
|
|
|
- ``init(wrappedValue:_:fileID:line:)-7q52``
|
|
- ``init(wrappedValue:_:fileID:line:)-6asu2``
|
|
- ``init(_:fileID:line:)-41rb8``
|
|
- ``init(_:fileID:line:)-3lxyf``
|
|
- ``init(_:fileID:line:)-hzp``
|
|
|
|
### Getting the value
|
|
|
|
- ``wrappedValue``
|
|
- ``projectedValue``
|
|
- ``subscript(dynamicMember:)-34wfb``
|
|
|
|
### SwiftUI integration
|
|
|
|
- ``elements``
|
|
|
|
### Combine integration
|
|
|
|
- ``publisher``
|