Description
Provides a high-performance striped resource pool for Haskell. Resource pools reuse expensive resources such as database connections, network clients, or handles instead of creating them repeatedly.
It is useful for servers, web applications, workers, and tools that need controlled sharing of scarce resources. It is a developer library and pool size should match the application's workload and limits.