a function that forcefully runs the EffectFn of an effect signal, and then propagates towards the observers of that effect signal.
the return value is true if the effect is ran and propagated immediately,
or false if it did not fire immediately because of some form of batching stopped it from doing so.
a function that forcefully runs the EffectFn of an effect signal, and then propagates towards the observers of that effect signal.
the return value is
true
if the effect is ran and propagated immediately, orfalse
if it did not fire immediately because of some form of batching stopped it from doing so.