As a game developer and especially as a mobile game developer when you build a game you have to deal with a lot of asynchronous work.
Reactive paradigm offers a nice and flexible way to handle async events.
In this article I will give an introduction to Reactive approach and highlight its benefits.