postgrest-ws-0.1.0.2: PostgREST extension to map LISTEN/NOTIFY messages to Websockets

Safe HaskellNone
LanguageHaskell2010

PostgRESTWS.Broadcast

Synopsis

Documentation

data Message Source #

Constructors

Message 

readTQueue :: TQueue a -> STM a #

Read the next value from the TQueue.

writeTQueue :: TQueue a -> a -> STM () #

Write a value to a TQueue.

readTChan :: TChan a -> STM a #

Read the next value from the TChan.