module Myreplicator
Executes given Procs in parallel using mulltiple threads Execution are closed under the Transporter
class, i.e. all Transporter
methods are accessible Worker threads are managed by another thread which parallizes the process even further using the max_threads option.
Constants
- VERSION
Public Class Methods
config() { |config| ... }
click to toggle source
# File lib/configuration.rb, line 18 def self.config(&block) @@config ||= Myreplicator::Configuration.new yield @@config if block return @@config end