Safe Haskell | None |
---|---|
Language | Haskell2010 |
- newtype Channel = Channel (RawSQL ())
- data Notification = Notification {}
- getNotificationIO :: DBState m -> Int -> IO (Maybe Notification)
Documentation
Representation of notification channel.
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).