Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into wip/ghc-9.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bgamari committed Apr 10, 2024
2 parents 4e7aa78 + 7bf9d68 commit b77afda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 60 deletions.
2 changes: 1 addition & 1 deletion Control/Concurrent/STM/TBQueue.hs
Expand Up @@ -244,6 +244,6 @@ isFullTBQueue (TBQueue rsize _read wsize _write _size) = do

-- | The maximum number of elements the queue can hold.
--
-- @since TODO
-- @since 2.5.2.0
capacityTBQueue :: TBQueue a -> Natural
capacityTBQueue (TBQueue _ _ _ _ cap) = fromIntegral cap
59 changes: 0 additions & 59 deletions bench/chanbench.hs

This file was deleted.

0 comments on commit b77afda

Please sign in to comment.