fpco / unliftio

The MonadUnliftIO typeclass for unlifting monads to IO
Other
151 stars 51 forks source link

flushTBQueue and lengthTBQueue are missing #61

Closed sharno closed 2 years ago

sharno commented 4 years ago

flushTBQueue is missing: https://hackage.haskell.org/package/stm-2.5.0.0/docs/Control-Concurrent-STM-TBQueue.html#v:flushTBQueue

Also lengthTBQueue: https://hackage.haskell.org/package/stm-2.5.0.0/docs/Control-Concurrent-STM-TBQueue.html#v:lengthTBQueue

snoyberg commented 4 years ago

PR welcome

tbidne commented 2 years ago

Given that #94 was merged and the new unliftio-0.2.22.0 was uploaded to hackage, this can probably be closed.