instance method
start
Ruby on Rails edge
Since edgeSignature
start()
No documentation comment.
Source
# File activesupport/lib/active_support/testing/parallelization/thread_pool_executor.rb, line 20
def start
size.times do |worker_id|
@pool.post { worker_loop(worker_id) }
end
end
Defined in activesupport/lib/active_support/testing/parallelization/thread_pool_executor.rb line 20
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveSupport::Testing::Parallelization::ThreadPoolExecutor