instance method
wait_for_active_workers
Ruby on Rails edge
Since edge Private — implementation detail, not part of the public APISignature
wait_for_active_workers()
No documentation comment.
Source
# File activesupport/lib/active_support/testing/parallelization/server.rb, line 99
def wait_for_active_workers
while active_workers?
reap_dead_workers
sleep 0.1
end
end
Defined in activesupport/lib/active_support/testing/parallelization/server.rb line 99
· View on GitHub
· Improve this page
· Find usages on GitHub