Methods
W
Included Modules
Instance Public methods
wait_for_executor(executor)
# 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