Source: show | on GitHub
# File actioncable/test/test_helper.rb, line 68 def wait_for_executor(executor) until executor.completed_task_count == executor.scheduled_task_count sleep 0.1 end end