Skip to content

Release nexus-actor-utils-rs-v0.2.0

Compare
Choose a tag to compare
@j5ik2o j5ik2o released this 09 Oct 00:08
· 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)