Skip to content

Flows: Buffering

Devrath edited this page Jan 19, 2024 · 2 revisions

Where buffering can be useful

  • Consider a scenario when we encounter that there is a flow and usually the rate at which the flow is produced is faster than the rate at which the flow is consumed.
  • Meaning consumption takes more time than emission
  • Using buffering we can improve this in a better way here.
Clone this wiki locally