hpqtypes-1.5.1.1: Haskell bindings to libpqtypes

Safe HaskellNone
LanguageHaskell2010

Database.PostgreSQL.PQTypes.Internal.Notification

Synopsis

Documentation

newtype Channel Source #

Representation of notification channel.

Constructors

Channel (RawSQL ()) 

getNotificationIO :: DBState m -> Int -> IO (Maybe Notification) Source #

Low-level function that waits for a notification for a given number of microseconds (it uses timeout function internally).