iotaledger / hive.go

A Go library containing data structures, various utils and abstractions which are used by both GoShimmer and Hornet.
Apache License 2.0
61 stars 24 forks source link

Feat: Add utility functions to reactive framework #615

Closed hmoog closed 11 months ago

hmoog commented 11 months ago

This PR enables the ability to return a nil "unsubscribe" function in the OnUpdateWithContext method that indicates that nothing should happen when the value changes.