Module
Yoga.Capnweb
- Package
- purescript-yoga-capnweb
- Repository
- rowtype-yoga/purescript-yoga-capnweb
#RpcConnection Source
data RpcConnection#withSession Source
withSession :: forall a. String -> (RpcConnection -> Aff a) -> Aff a#callWithCallback Source
callWithCallback :: forall a. RpcConnection -> String -> (a -> Effect Unit) -> Aff Unit#subscribe Source
subscribe :: forall a. String -> RpcConnection -> Effect (Subscription a)#SessionStats Source
type SessionStats = { exports :: Int, imports :: Int }