mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 17:31:56 +03:00
3ad81d18c8
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7226 Co-authored-by: Bryan O'Sullivan <23374+bos@users.noreply.github.com> Co-authored-by: Falko Peters <41595+informatikr@users.noreply.github.com> Co-authored-by: Bas van Dijk <576355+basvandijk@users.noreply.github.com> Co-authored-by: Ozgun Ataman <13820+ozataman@users.noreply.github.com> Co-authored-by: Michael Snoyman <49415+snoyberg@users.noreply.github.com> Co-authored-by: Kim Altintop <6163+kim@users.noreply.github.com> Co-authored-by: Vamshi Surabhi <6562944+0x777@users.noreply.github.com> Co-authored-by: Evie Ciobanu <1017953+eviefp@users.noreply.github.com> Co-authored-by: Robert <132113+robx@users.noreply.github.com> Co-authored-by: Auke Booij <164426+abooij@users.noreply.github.com> GitOrigin-RevId: c99a93563f9b1aa25e69ecc030f8dc526df4fb6b
983 B
983 B
Hasura fork
This is a fork of the package resource-pool with the following changes:
createPool'
allows setting a timeout on resource acquisition.getInUseResourceCount
counts the number of resources in use.
Welcome to pool
pool is a fast Haskell library for managing medium-lifetime pooled resources, such as database connections.
Join in!
We are happy to receive bug reports, fixes, documentation enhancements, and other improvements.
Please report bugs via the github issue tracker.
Master git repository:
git clone git://github.com/bos/pool.git
There's also a Mercurial mirror:
hg clone http://bitbucket.org/bos/pool
(You can create and contribute changes using either git or Mercurial.)
Authors
This library is written and maintained by Bryan O'Sullivan, bos@serpentine.com.