You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It use push! to push a value into the Signal, intuitively, we PULL a value out!
To be symmetric and intuitive, replace value() by pull() would be better.
The text was updated successfully, but these errors were encountered:
In documentation,
It use
push!
to push a value into theSignal
, intuitively, we PULL a value out!To be symmetric and intuitive, replace
value()
bypull()
would be better.The text was updated successfully, but these errors were encountered: