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>
578 B
578 B
ComposableArchitecture/SharedReader
Topics
Creating a shared value
init(_:)-3a38zinit(_:)-42f43init(projectedValue:)constant(_:)
Creating a persisted value
init(wrappedValue:_:fileID:line:)-7q52init(wrappedValue:_:fileID:line:)-6asu2init(_:fileID:line:)-41rb8init(_:fileID:line:)-3lxyfinit(_:fileID:line:)-hzp
Getting the value
wrappedValueprojectedValuesubscript(dynamicMember:)-34wfb
SwiftUI integration
elements
Combine integration
publisher