$30 off During Our Annual Pro Sale. View Details »

Contributing to RxJava

Contributing to RxJava

In this presentation, I covered my contributions and experiences while contributing to Netflix's RxJava project as a part of completing my Reactive Programming course taught by Erik Meijer at the Delft University of Technology.

Avatar for Michael de Jong

Michael de Jong

July 05, 2013
Tweet

More Decks by Michael de Jong

Other Decks in Programming

Transcript

  1. Only emits events which are the most recent event for

    a certain timespan OperationThrottle
  2. For every onNext() you schedule a task and cancel it

    when you receive an event before it has started.