Registry / async / threadify

threadify

JSON →
library1.4.5rbrubygemsunverified

Makes it easy to process data using multiple worker threads.

gem install threadify
INSTALL
IMPORT
SIG · THREADIFY
T
threadify
asyncrubyv1.4.5
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.

Threadify
require 'threadify'

Processes an enumerable in parallel using a specified number of threads.

require 'threadify' Threadify.each([1,2,3], threads: 2) { |i| puts i }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.4.5latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
43 hits · last 30 days
node
40
Amazon
1
Resources
threadify — gem install threadify · libregistry