Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
destel committed Mar 21, 2024
1 parent 92ed14e commit c5a01b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,12 @@ to specify a timeout, after which the batch is emitted even if it's not full. Th
when input stream is slow or sparse.


## Fan-In and Fan-Out
Library provides a simple way to fan-in and fan-out data streams. Fan-in is done with the **Merge** function,
which consolidates multiple data streams into a single unified channel.
Fan-out is done with the **Split2** function, that divides a single input stream into two distinct output channels.
This division is based on a discriminator function, allowing parallel processing paths based on data characteristics.



## Error handling
Expand Down

0 comments on commit c5a01b1

Please sign in to comment.