Module
SimpleBus
- Package
- erl-simplebus
- Repository
- id3as/purescript-erl-simplebus
#SubscriptionRef Source
newtype SubscriptionRef
#subscribe Source
subscribe :: forall m name msg msgOut. HasSelf m msgOut => MonadEffect m => Bus name msg -> (msg -> msgOut) -> m SubscriptionRef
- Modules
- SimpleBus