Open gerich-home opened 8 years ago
Should we add onException
callback?
Should we have general onException
callback / per-computed callback?
How should onChange
and onException
callback interact?
changes from 3017326c339af1f3cfd663daad0663f9846855e4 describe the desired behavior
Avoid repetitive calls to computed function if exception has been thrown. Rethrow exception that was called on the calculation. Allow recalculation when some of dependencies was changed.