diff options
author | David Spencer | 2018-10-26 12:00:17 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2018-11-10 01:47:43 +0100 |
commit | 2091b8bd941c9711ac3584de4f94795f26a5d4f9 (patch) | |
tree | 4cf84b557bfaad94aa7ee059255c1c1e3e86249f /haskell/haskell-resource-pool/slack-desc | |
parent | 57a15f7bf350707064bb7ba64515713135cbaf27 (diff) | |
download | slackbuilds-2091b8bd941c9711ac3584de4f94795f26a5d4f9.tar.gz |
haskell/haskell-resource-pool: Added (striped resource pooling).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-resource-pool/slack-desc')
-rw-r--r-- | haskell/haskell-resource-pool/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/haskell/haskell-resource-pool/slack-desc b/haskell/haskell-resource-pool/slack-desc new file mode 100644 index 0000000000..2436a63221 --- /dev/null +++ b/haskell/haskell-resource-pool/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +haskell-resource-pool: haskell-resource-pool (striped resource pooling) +haskell-resource-pool: +haskell-resource-pool: A high-performance striped pooling abstraction for managing +haskell-resource-pool: flexibly-sized collections of resources such as database connections. +haskell-resource-pool: +haskell-resource-pool: +haskell-resource-pool: +haskell-resource-pool: +haskell-resource-pool: +haskell-resource-pool: +haskell-resource-pool: |