Registry / async / actionpool

actionpool

JSON →
library0.2.3rbrubygemsunverified

The ActionPool is an easy to use thread pool for ruby.

gem install ActionPool
INSTALL
IMPORT
SIG · ACTIONPOOL
A
actionpool
asyncrubyv0.2.3
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.

ActionPool
require 'actionpool'

Create a thread pool and enqueue work

require 'actionpool' pool = ActionPool::Pool.new(5) 5.times { pool.enqueue { sleep 1; puts 'done' } } pool.join
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.3latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
55 hits · last 30 days
node
46
OpenAI (training)
1
Resources
actionpool — gem install actionpool · libregistry