purescript-signal icon indicating copy to clipboard operation
purescript-signal copied to clipboard

Stopping a Signal

Open newlandsvalley opened this issue 6 years ago • 1 comments

If I create and then run a time-based signal using

Signal.Time.every

Is it possible to stop the signal?

newlandsvalley avatar Sep 14 '18 09:09 newlandsvalley

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.

shamansir avatar Jun 27 '21 07:06 shamansir