Skip to content

Commit 2d4415f

Browse files
committed
Amend docs
1 parent c657def commit 2d4415f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

docs/flows.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,9 @@ void main() throws Exception {
127127
}
128128
```
129129

130+
If you have a `Channel` instance, you can also forward the channel to an emit using `Flow.usingEmti` and
131+
`FlowEmit.channelToEmit`.
132+
130133
## Transforming flows: basics
131134

132135
Multiple transformation stages can be added to a flow, each time returning a new `Flow` instance, describing the

0 commit comments

Comments
 (0)