Skip to content

v0.0.2

Latest
Compare
Choose a tag to compare
@YukiMatsumura YukiMatsumura released this 08 Mar 13:14
· 15 commits to master since this release

API Changes:

  • RxBackoff.exponential

    • Add multiplier an argument. To obtain the same result (Binary exponential backoff) as v0.0.1, specify "2" for the multiplier.
  • RxBackoff.random

    • An algorithm of the random interval can be easily generated.