Module

RxJS.Subscription

Package
purescript-rxps
Repository
LukaJCB/purescript-rxps

#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.