Util 18.11.0
finaglehelper
released this
12 Nov 23:57
·
725 commits
to develop
since this release
Breaking API Changes
- util-core: c.t.u.Future.raiseWithin methods now take the timeout exception as a call-by-name
parameter instead of a strict exception. While Scala programs should compile as usual, Java
users will need to use a scala.Function0 as the second parameter. The helper
c.t.u.Function.func0 can be helpful. 9bde57ca - util-core: Rename c.t.io.Reader.ReaderDiscarded to c.t.io.ReaderDiscardedException.
a970c5b5
Runtime Behavior Changes
- util-core: Made Stopwatch.timeNanos monotone. 8d35b496