unliftio-pool 0.4.0.0 → 0.4.1.0
raw patch · 2 files changed
+2/−1 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ UnliftIO.Pool: mkDefaultPoolConfig :: MonadUnliftIO m => m a -> (a -> m ()) -> Double -> Int -> m (PoolConfig a)
Files
- src/UnliftIO/Pool.hs +1/−0
- unliftio-pool.cabal +1/−1
src/UnliftIO/Pool.hs view
@@ -3,6 +3,7 @@ , P.PoolConfig , P.setNumStripes , LocalPool+ , mkDefaultPoolConfig , withResource , takeResource , tryWithResource
unliftio-pool.cabal view
@@ -1,5 +1,5 @@ name: unliftio-pool-version: 0.4.0.0+version: 0.4.1.0 synopsis: Data.Pool generalized to MonadUnliftIO. description: This is a generalization of Data.Pool to MonadUnliftIO. license: BSD3