Module
RxJS.Subscription
- Package
- purescript-rx-observable
- Repository
- LukaJCB/purescript-rx-observable
#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.