Update README.md
This commit is contained in:
@@ -60,6 +60,6 @@ Reduce {
|
|||||||
}
|
}
|
||||||
.subscribe(to: myDependency.stream, on: \.some.trigger.action) { send, streamElement in
|
.subscribe(to: myDependency.stream, on: \.some.trigger.action) { send, streamElement in
|
||||||
await send(.responseAction)
|
await send(.responseAction)
|
||||||
await otherDependency.doSomethingElse()
|
await otherDependency.doSomethingElse(with: streamElement)
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user