Skip to content

v2.0.0

Compare
Choose a tag to compare
@nvzqz nvzqz released this 26 Jun 14:55
· 10 commits to master since this release
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