Kotlin | Software Development
Using Kotlin in a Java project: 10 lessons learned Benjamin Komen 18 Dec, 2021
Asynchronous streaming solutions, such as Rx or Reactor, rely on callbacks to perform flow control (or backpressure). Without flow control, systems could overflow and eventually crash. In this post we will look at the difference between flow control in synchronous applications and their asynchronous counterparts? [more…]