Skip to content

Releases: WhyAreAllTheseTaken/sync-cell

sync-cell v0.2.0

30 Dec 20:58
Compare
Choose a tag to compare

Changes

  • Add a has_update method to HeldSyncCell to check if an update is available.

Full Changelog: v0.1.0...v0.2.0

sync-cell v0.1.0

30 Dec 19:58
Compare
Choose a tag to compare

Changes

  • Add a HeldSyncCell type that doesn't update until the update method is called.
  • Add a replace method to SyncCell that allows for the current value to be replaced returning the old value without needing T to implement Clone.

Full Changelog: v0.0.0...v0.1.0

sync-cell v0.0.0

30 Dec 17:57
Compare
Choose a tag to compare

The initial release of sync-cell containing an implementation of the SyncCell type.

Full Changelog: https://github.com/Tomaso2468/sync-cell/commits/v0.0.0