Update README.md

This commit is contained in:
Oliver Foggin
2023-12-15 12:01:43 +00:00
committed by GitHub
parent 837050e42f
commit 9325b6fd5f

View File

@@ -60,6 +60,6 @@ Reduce {
}
.subscribe(to: myDependency.stream, on: \.some.trigger.action) { send, streamElement in
await send(.responseAction)
await otherDependency.doSomethingElse()
await otherDependency.doSomethingElse(with: streamElement)
}
```