Threadly v2.0.1 Release Notes
Release Date: 2017-07-25 // over 7 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
- Made
Previous changes from v2.0.0
-
๐ New Features
- โ Added conversions between
ThreadLocal
andDeferredThreadLocal
๐ Changes
- The static
threadLcoal
value forThreadLocalRetrievable
returns aBox
instead of aThreadLocal
- ๐ Changed internals of
ThreadLocal
andDeferredThreadLocal
, making themstruct
types instead ofclass
types
- โ Added conversions between