Skip to content

Releases: clucompany/synchronized

1.0.4

25 Dec 23:17
1ece1cf
Compare
Choose a tag to compare
  1. Minor fixes have been made.
  2. Transition to the use of "GAT" in the synchronization primitives "std", "parking_lot", "async".

1.0.3

04 Sep 17:03
Compare
Choose a tag to compare
  1. Experimentally added async.
  2. Minor errors have been fixed
  3. Updated documentation

1.0.2

31 Aug 15:39
Compare
Choose a tag to compare
  1. The library version has been raised to 1.0.2.
  2. Added feature point to enable or disable synchonized_macro from assembly.
  3. Build.rs has been corrected.

1.0.1

18 Aug 11:03
Compare
Choose a tag to compare
  1. Library version updated to version 1.0.1
  2. Added support for accessing synchronized multiple variables in synchronization points and code synchronization blocks.
  3. Minor fixes have been added

1.0.0

17 Aug 20:31
Compare
Choose a tag to compare
  1. The library code has been stabilized.
  2. Added implementations for working with internal synchronized variables.
  3. Completely redesigned documentation.
  4. Updated readme.
  5. Added tests.
  6. Added many examples of using the library.
  7. In connection with the update of rust, support for std has been added to the constant macro (previously only parking_lot was supported).
  8. Improved get_point_name exception functions when building with default value.