Module
RxJS.Subscription
- Package
- purescript-rxjs
- Repository
- jasonzoladz/purescript-rxjs
#Subscription Source
data Subscription :: Type
When you subscribe, you get back a Subscription, which represents the ongoing execution.
#unsubscribe Source
unsubscribe :: forall e. Subscription -> Eff e Unit
Call unsubscribe() to cancel the execution.