| Safe Haskell | Safe-Inferred |
|---|---|
| Language | Haskell2010 |
Simplex.Messaging.Server.MsgStore.STM
Documentation
data STMMsgStore Source #
Constructors
| STMMsgStore | |
Fields | |
Instances
data STMStoreConfig Source #
Constructors
| STMStoreConfig | |
Instances
| StoreQueueClass STMQueue Source # | |
Defined in Simplex.Messaging.Server.MsgStore.STM Methods recipientId :: STMQueue -> RecipientId Source # queueRec :: STMQueue -> TVar (Maybe QueueRec) Source # withQueueLock :: STMQueue -> Text -> IO a -> IO a Source # | |