Skip to content

v1.1.0

Compare
Choose a tag to compare
@ecton ecton released this 04 Jan 19:08
· 5 commits to main since this release
a0c0e54

Changes

  • Watchable::shutdown() has been added to disconnect all Watchers without
    needing to drop all instances of Watchable. Any existing value changes will
    still be observed by Watchers before they return a disconnected error on the
    next attempt to read a value.