haxetink / tink_state

Handle those pesky states.
The Unlicense
29 stars 13 forks source link

Add `ObservableObject.isConstant` #61

Closed back2dos closed 3 years ago

back2dos commented 3 years ago

Should also return true for auto observables that have no dependencies. Subscriptions on constant observables would just noop out.

back2dos commented 3 years ago

Implemented via #67