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