method

new

Importance_0
v7.1.3.4 - Show latest stable - 0 notes - Class: Parallelization
new(worker_count) public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File activesupport/lib/active_support/testing/parallelization.rb, line 28
      def initialize(worker_count)
        @worker_count = worker_count
        @queue_server = Server.new
        @worker_pool = []
        @url = DRb.start_service("drbunix:", @queue_server).uri
      end
Register or log in to add new notes.