Releases: clucompany/synchronized
Releases · clucompany/synchronized
1.0.4
1.0.3
- Experimentally added
async
. - Minor errors have been fixed
- Updated documentation
1.0.2
- The library version has been raised to 1.0.2.
- Added feature
point
to enable or disablesynchonized_macro
from assembly. - Build.rs has been corrected.
1.0.1
- Library version updated to version 1.0.1
- Added support for accessing synchronized multiple variables in synchronization points and code synchronization blocks.
- Minor fixes have been added
1.0.0
- The library code has been stabilized.
- Added implementations for working with internal synchronized variables.
- Completely redesigned documentation.
- Updated readme.
- Added tests.
- Added many examples of using the library.
- In connection with the update of rust, support for
std
has been added to the constant macro (previously onlyparking_lot
was supported). - Improved
get_point_name
exception functions when building with default value.