Merging all work from #706 as well as standardized the time conversion, especially from Java to Scala to retain the coarsest possible unit. For instance, a time of Duration.ofSeconds(120) will end up as 2 minutes in the FiniteDuration.
Thanks for your pull request. Please review the following guidelines.
Merging all work from #706 as well as standardized the time conversion, especially from Java to Scala to retain the coarsest possible unit. For instance, a time of
Duration.ofSeconds(120)
will end up as2 minutes
in theFiniteDuration
.Thanks for your pull request. Please review the following guidelines.