Skip to content

Releases: hyultis/HArcMut

Version 1.1.1

15 May 12:27
Compare
Choose a tag to compare

Version 1.1.1

Updated used lib.
Split holders in their own file, for code clarification.
Fixed RAII Guard lifetime
Internal stuff : Holders time variable is replaced by a simple u64, faster than using time and is now named version.

Fixed typos, organization, README.md.
Added rustfmt file.

Full Changelog: 1.1.0...1.1.1

1.1.0

24 Jan 12:41
Compare
Choose a tag to compare

Version 1.1.0 - Breaking change only on "HArcMut<_>.get()"

Reworked holders, now local data is stored with arc-swap, and shared data is stored with mutex.
Its seems to be a little bit slower but must never deadlock anymore.
Added arc-swap dependency

1.0.2

05 Dec 18:07
Compare
Choose a tag to compare
  • fixed some thread deadlock
  • wantDrop is completely separated from data (best using it inside its own suppression thread)

1.0.1

31 Jul 11:20
Compare
Choose a tag to compare
  • fixed clone who localy clone shared resource
  • refacto

1.0.0

25 May 13:27
Compare
Choose a tag to compare