Skip to content

Commit

Permalink
Add haddock to ioctxBatchSizeLimit'
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Jun 14, 2024
1 parent ff1d35d commit 8f640d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/System/IO/BlockIO.hs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ import System.IO.BlockIO.URing (IOResult(..))
-- | IO context: a handle used by threads submitting IO batches.
--
data IOCtx = IOCtx {
-- | This is initialised from the 'ioctxBatchSizeLimit' from the 'IOCtxParams'.
ioctxBatchSizeLimit' :: !Int,

-- | IO concurrency control: used by writers to reserve the
Expand Down

0 comments on commit 8f640d4

Please sign in to comment.