instance method
stop_worker
Ruby on Rails 8.1.2
Since v6.1.7.10Signature
stop_worker(worker_id, worker_pid)
No documentation comment.
Parameters
-
worker_idreq -
worker_pidreq
Source
# File activesupport/lib/active_support/testing/parallelization/server.rb, line 49
def stop_worker(worker_id, worker_pid)
@active_workers.delete(worker_id)
@worker_pids.delete(worker_id)
end
Defined in activesupport/lib/active_support/testing/parallelization/server.rb line 49
· View on GitHub
· Improve this page
· Find usages on GitHub