apiary-eventsource-1.2.0: eventsource support for apiary web framework.

Safe HaskellNone
LanguageHaskell2010

Web.Apiary.EventSource

Synopsis

Documentation

eventSourceIO :: Monad m => IO ServerEvent -> ActionT exts prms m () Source

eventsource with io action. since 0.11.3.

eventSourceChan :: MonadIO m => Chan ServerEvent -> ActionT exts prms m () Source

eventsource with chan. since 0.11.3.