Registry / utility / gene-pool

gene-pool

JSON →
library1.5.0rbrubygemsunverified

Threadsafe, performant library for managing pools of resources, such as connections.

gem install gene_pool
INSTALL
IMPORT
SIG · GENE-POOL
G
gene-pool
utilityrubyv1.5.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

GenePool
require 'gene_pool'

Create and use a connection pool with GenePool.

require 'gene_pool' pool = GenePool.new(pool_size: 5) { Redis.new } pool.with_connection { |conn| conn.get('key') }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.5.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Resources
gene-pool — gem install gene-pool · libregistry