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