Skip to content

Util 19.6.0

Compare
Choose a tag to compare
@finaglehelper finaglehelper released this 19 Jun 21:10
· 610 commits to develop since this release

Bug Fixes

  • util-core: Fixed the behavior in c.t.io.Reader where reading from Reader\#empty fails to return
    a ReaderDiscardedException after it's discarded. 6ac4c601

Runtime Behavior Changes

  • util-core: Use Local at callback creation for Future's interrupt handler rather than
    raiser's locals so that it is consistent with other callbacks. This functionality is
    currently disabled and can be enabled by a toggle (com.twitter.util.UseLocalInInterruptible)
    by setting it to 1.0 if you would like to try it out. 04cee8fb