module Threadify

Constants

VERSION

Attributes

abort_on_exception[RW]
strategy[RW]
threads[RW]

Public Class Methods

description() click to toggle source
# File lib/threadify.rb, line 5
def Threadify.description
  'makes it stupid easy to process a bunch of data using n worker threads'
end
version() click to toggle source
# File lib/threadify.rb, line 3
def Threadify.version() Threadify::VERSION end