Release nexus-actor-utils-rs-v0.2.0
·
0 commits
to c58d496a396a2d7cb51d7f04c78d9658b8c11e37
since this release
Features
- add async read and write methods for Synchronized (311dec1)
- add Synchronized and SynchronizedRw types for async locking (1e12a7d)
Styles
- fix formatting in synchronized.rs by removing redundant line breaks (ae8b338)
Code Refactoring
- update memory ordering from Relaxed to SeqCst in RingQueue (2ca02fc)