purescript-signal
purescript-signal copied to clipboard
Stopping a Signal
If I create and then run a time-based signal using
Signal.Time.every
Is it possible to stop the signal?
I am currently using this package and indeed, having the ability to cancel/stop the signal would be very handy. In my case user may create dozens of them under the hood, and could've cancel them as well, but by that I have to skip sending values manually for now.