Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
gabfssilva authored Apr 24, 2024
1 parent 197ab61 commit 96bce85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,11 @@ users

// Since it's still Kotlin's Flow, everything leverages asynchronous non-blocking backpressure:
// if the processing in the collect block is slow, the polling stage will slow down accordingly.
```
```

Are you a visual learner? The code basically represents the flow below:

![Alt text](miscellaneous/readme-sample.svg)

To get to know the core module a bit further, you can refer to the [site's kdoc](https://www.river-kt.com/core/com.river.core/) or you can [check the code](https://github.com/River-Kt/river/tree/main/core/src/main/kotlin/com/river/core) directly.

Expand Down

0 comments on commit 96bce85

Please sign in to comment.