Skip to content

v1.7.3

Compare
Choose a tag to compare
@meokullu meokullu released this 30 Jul 01:44
· 135 commits to master since this release
a08fdb8

Github releases (by release)

Compare with previous

On this release;

  • Fixing naming conventions.

  • Private variable for multi-thread methods renamed from _counter into s_counter and from _counterUInt into s_counterUint to indicate these variables are static even though they are not publicly visible.