guava-retrying
guava-retrying copied to clipboard
Use Clock/Timer abstraction to read nanoTime
It would be lovely if Retryer read nanoTime from some sort of Clock abstraction. Mostly for sensible integration testing from library client perspective. Since this is jdk 1.6 project I assume we can't use java.time.Clock and have to implement something custom. It will try to prepare pull request today.
Related: #53.