Threadly v2.0.1 Release Notes

Release Date: 2017-07-25 // over 6 years ago
  • ๐Ÿ›  Fixes

    • Made withThreadLocal(_:) part of the ThreadLocalRetrievable definition
      • If this method is reimplemented elsewhere, it's not ambiguous to the compiler which version to use
      • Has a default implementation, making this a non-breaking change

Previous changes from v2.0.0

  • ๐Ÿ†• New Features

    • โž• Added conversions between ThreadLocal and DeferredThreadLocal

    ๐Ÿ”„ Changes

    • The static threadLcoal value for ThreadLocalRetrievable returns a Box instead of a ThreadLocal
    • ๐Ÿ”„ Changed internals of ThreadLocal and DeferredThreadLocal, making them struct types instead of class types