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