Skip to content

Commit

Permalink
Drop the "recalculating" flag (#231)
Browse files Browse the repository at this point in the history
This was the only reference to it; I'd guess this was to do with
loop-avoidance but has been subsumed by the `~computing~` state.
  • Loading branch information
prophile authored Aug 6, 2024
1 parent b608efa commit b6e8adf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,6 @@ Note: untrack doesn't get you out of the `frozen` state, which is maintained str
1. Save the previous `computing` value and set `computing` to this Signal.
1. Set this Signal's state to `~computing~`.
1. Run this computed Signal's callback, using this Signal as the this value. Save the return value, and if the callback threw an exception, store that for rethrowing.
1. Set this Signal's `recalculating` to false.
1. Restore the previous `computing` value.
1. Apply the "set Signal value" algorithm to the callback's return value.
2. Set this Signal's state to `~clean~`.
Expand Down

0 comments on commit b6e8adf

Please sign in to comment.