mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-05-30 02:54:06 +00:00
Merge branch 'master' into rcv-services
This commit is contained in:
@@ -15,7 +15,25 @@
|
||||
|
||||
{-# HLINT ignore "Redundant multi-way if" #-}
|
||||
|
||||
module Simplex.Messaging.Server.MsgStore.Types where
|
||||
module Simplex.Messaging.Server.MsgStore.Types
|
||||
( MsgStoreClass (..),
|
||||
MSType (..),
|
||||
QSType (..),
|
||||
SMSType (..),
|
||||
SQSType (..),
|
||||
MessageStats (..),
|
||||
LoadedQueueCounts (..),
|
||||
newMessageStats,
|
||||
addQueue,
|
||||
getQueue,
|
||||
getQueueRec,
|
||||
getQueues,
|
||||
getQueueRecs,
|
||||
readQueueRec,
|
||||
withPeekMsgQueue,
|
||||
expireQueueMsgs,
|
||||
deleteExpireMsgs_,
|
||||
) where
|
||||
|
||||
import Control.Concurrent.STM
|
||||
import Control.Monad
|
||||
|
||||
Reference in New Issue
Block a user