Skip to content

Commit b6e8adf

Browse files
authored
Drop the "recalculating" flag (#231)
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.
1 parent b608efa commit b6e8adf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -647,7 +647,6 @@ Note: untrack doesn't get you out of the `frozen` state, which is maintained str
647647
1. Save the previous `computing` value and set `computing` to this Signal.
648648
1. Set this Signal's state to `~computing~`.
649649
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.
650-
1. Set this Signal's `recalculating` to false.
651650
1. Restore the previous `computing` value.
652651
1. Apply the "set Signal value" algorithm to the callback's return value.
653652
2. Set this Signal's state to `~clean~`.

0 commit comments

Comments
 (0)