Registry / async / workers

workers

JSON →
library0.6.1rbrubygemsunverified

A Ruby gem for performing work in background threads.

gem install workers
INSTALL
IMPORT
SIG · WORKERS
W
workers
asyncrubyv0.6.1
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.

Workers
require 'workers'

Create a worker pool and schedule a task

require 'workers' pool = Workers::Pool.new(size: 5) pool.schedule { puts 'Hello from background thread' }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.6.1latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
64 hits · last 30 days
node
58
Resources
workers — gem install workers · libregistry