method

stop_worker

stop_worker(worker_id)
public

No documentation available.

# File activesupport/lib/active_support/testing/parallelization/server.rb, line 47
        def stop_worker(worker_id)
          @active_workers.delete(worker_id)
        end