Skip to content

v1.1.0

Compare
Choose a tag to compare
@sellmair sellmair released this 09 Oct 15:51

Atomic State APIs

This APIs allow to safely/atomically update a given State based on the current value.

  • updateState
  • getAndUpdateState
  • updateAndGetState
  • StateKey.update
  • StateKey.updateAndGet
  • StateKey.getAndUpdate

Performance

  • Improve performance when removing an event listener