並び順

ブックマーク数

期間指定

  • から
  • まで

1 - 2 件 / 2件

新着順 人気順

reactiveprogrammingの検索結果1 - 2 件 / 2件

  • Backpressure explained — the flow of data through software

    Backpressure (or back pressure) is something nearly every software engineer will have to deal with at some point, and for some it’s a frequent problem. But the term itself isn’t nearly as understood and recognized as such. In this post I’m going to elaborate on what exactly backpressure is, when it’s common, and the strategies we can use to mitigate it. I recently gave a talk about this at Reactiv

      Backpressure explained — the flow of data through software
    • Reactive Programming without Functions

      Context: Reactive programming (RP) is a declarative programming paradigm suitable for expressing the handling of events. It enables programmers to create applications that react automatically to changes over time. Whenever a time-varying signal changes — e.g. in response to values produced by event stream (e.g., sensor data, user input…) — the program state is updated automatically in tandem with

      1