mirror of
https://github.com/f-droid/fdroidclient.git
synced 2026-06-19 13:20:01 -04:00
Now that we have RX as a dependency, it can be used as a nice concise way to achieve certain tasks. Rate limiting is one thing it does well - via the `debounce` mechanism: http://reactivex.io/documentation/operators/debounce.html The semantics of this code is the same as before, limiting content change notifications to one per second.