@apophatique/signals@1.3.3
A lightweight implementation of signals with explicit subscription.
Unregesters given effect, halting it and allowing it to be GC'ed.
Function that is used to compare values before committing the result.
Function that is used to subscribe to other signals and derive a value.
Creates an effect that reexecutes each time it's subscriptions mutate.
Creates a subscriber signal that recomputes each time it's subscriptions have mutated. Recomputions are lazy (on demand).
An effect that reexecutes each time it's subscriptions mutate.
Function that is used to subscribe to other signals and execute side effects.
Unique identifier for effects.
A primary signal that notifies it's subscribers about it's mutations.
Function that is used to schedule effects.
Any signal entity that can be subscribed to.