You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add `Effect.send`
With the `Effect<Action, Failure>` -> `Effect<Action>` migration,
`Effect.init(value:)` and `Effect.init(error:)` no longer make sense. We
will be retiring the latter some time in the future, so let's also get a
head start and rename the former to `Effect.send`.
For now it will call `Effect.init(value:)` under the hood, but in the
future we will want a non-Combine-driven way of running synchronous
effects.
* format fix
* wip
* fix
* wip
* wip
(cherry picked from commit e294b24edb998a62bdb43878c5972b72370474ab)
# Conflicts:
# Sources/ComposableArchitecture/Documentation.docc/Extensions/Effect.md
# Tests/ComposableArchitectureTests/CompatibilityTests.swift
# Tests/ComposableArchitectureTests/ViewStoreTests.swift
0 commit comments