Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Database.LSMTree.Internal.WriteBufferWriter
Synopsis
- writeWriteBuffer :: (MonadSTM m, MonadST m, MonadThrow m) => HasFS m h -> HasBlockIO m h -> WriteBufferFsPaths -> WriteBuffer -> Ref (WriteBufferBlobs m h) -> m ()
Documentation
writeWriteBuffer :: (MonadSTM m, MonadST m, MonadThrow m) => HasFS m h -> HasBlockIO m h -> WriteBufferFsPaths -> WriteBuffer -> Ref (WriteBufferBlobs m h) -> m () Source #
Write a WriteBuffer
to disk.