Skip to content

0.3.0

Compare
Choose a tag to compare
@cottinisimone cottinisimone released this 01 Apr 07:27
· 28 commits to master since this release
bd13777
  • Merge pull request #4 from primait/PLATFORM-378/user-story/cache-refactor
  • Version 0.3.0
  • Store before write lock
  • Use SeqCst for uarantee that all threads see all sequentially consistent operations in the same order
  • AtomicBool::swap changed for AtomicBool::store that discard returned value
  • format..
  • Add atomicbool to avoid multiple refreshes
  • New version
  • Review mite pt.2 <3
  • Easier cache logic. Remove inner mutex
  • Review mite <3
  • Al solito ho lasciato merda nel codice
  • Change cache logic