Registry / utility / innertube

innertube

JSON →
library1.1.0rbrubygemsunverified

Provides a generic connection pool library for managing reusable resources.

gem install innertube
INSTALL
IMPORT
SIG · INNERTUBE
I
innertube
utilityrubyv1.1.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.

InnerTube
✓ require 'innertube'

Create and use a connection pool

require 'innertube' pool = InnerTube::Pool.new(proc { Net::HTTP.new('example.com') }, 5) pool.take { |conn| conn.get('/') }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
innertube — gem install innertube · libregistry